Skip to content

Commit

Permalink
updated how-to-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hayamiz committed Apr 21, 2011
1 parent cfca5f7 commit 9b03b05
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions howto/release
Expand Up @@ -2,11 +2,12 @@


# What to do on a release # What to do on a release


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

0 comments on commit 9b03b05

Please sign in to comment.