Skip to content

Commit

Permalink
[ releases ] Minor changes
Browse files Browse the repository at this point in the history
* Push all the changes and the new tag simultaneously.
* Update Agda wiki after removing release-specific information.
  • Loading branch information
asr committed Aug 29, 2014
1 parent a9eb08e commit 9cf2ec7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions releases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ procedure can be followed:

* Update the copyright year range in the LICENSE file, if necessary.

* Tag and push version X.Y (do not forget to record the changes above
first):
* Tag version X.Y (do not forget to record the changes above first):

git tag -a vX.Y -m "Agda standard library vX.Y"

* Removed release-specific information from README.agda (do not forget
to record the changes).

* Push all the changes and the new tag:

git push --tags

* Update the standard library page on the Agda wiki.

* Removed release-specific information from README.agda and push the
changes.

* Announce the release of the new version on the Agda mailing list.

0 comments on commit 9cf2ec7

Please sign in to comment.