File: release

package info (click to toggle)
twittering-mode 2.0.0%2Bgit20120325-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,144 kB
  • sloc: lisp: 16,858; ruby: 533; makefile: 132; sh: 65
file content (16 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- -*- mode: markdown -*- -->

# What to do on a release

- Add new version number to `/NEWS` and `/NEWS.ja` and describe updates.
- `make release` to update version numbers and create tarballs.
  - Fix the new version number based on the rule above and update `/VERSION`.
  - Update version numbers in source code(`/twittering-mode.el`).
  - Update version numbers on web pages(`/doc/web/index.text`).
  - Change the version number in `/VERSION` to next (expected) version number.
- Make a tag `v<VERSION>`
- Upload new source files to souceforge.net
- Publish web pages(`cd doc/web; make upload`).
- Release announce on MLs.
- Release announce on freshmeat.net.
- Release announce on Twitter.