Carl Worth
cb08eade58
RELEASING: Remove obsolete step about updating micro version number.
...
We've now changed to using "git describe" to automatically report a
version number that changes with every git commit. So we no longer
need to manually update anything in the Makefile during the release
process.
2010-04-15 16:09:43 -07:00
Carl Worth
f3428823e5
Makefile: Make "make release" run the test suite.
...
This drops one manual step from our release process, (helping
to ensure we don't forget anything during the release).
2010-04-15 16:08:37 -07:00
Carl Worth
e1bc5fc9c7
RELEASING: Update instructions for new version technique.
...
We pass this in on the "make release" command-line rather than editing
the Makefile.
2010-04-09 19:12:36 -07:00
Carl Worth
8782bd926e
Makefile: Print template for release announcement.
...
At the end of "make release" or at any point later with
"make release-message".
2010-04-05 16:38:56 -07:00
Carl Worth
1b0830b31c
Makefile: Make the "make release" target push the new tag.
...
Otherwise I'm sure I'll always forget to push it.
2010-04-05 15:56:23 -07:00
Carl Worth
cdb6e12d8c
Makefile: Start implementing a "make release" target.
...
So far just doing checks that the version is sane and that no release
of the same version already exists.
2010-04-05 15:31:15 -07:00
Carl Worth
da2403c310
RELEASING: Add this file describing the steps to make a release.
...
These steps might be changing a bit as we work on making the initial
0.1 release.
2010-04-05 15:29:54 -07:00