forked from rttopo/librttopo
13 lines
527 B
Plaintext
13 lines
527 B
Plaintext
- Set version in configure.ac
|
|
- Tweak -version-info in src/Makefile.am
|
|
- Run make distcheck, fix if needed
|
|
- Commit all of the above
|
|
- Regenerate ChangeLog (make cl) and commit again
|
|
- Commit and push to repository, confirm bots are all happy
|
|
- Add annotated tag: git tag -sa librttopo-<version>
|
|
- Push annotated tag to repository: git push <remote> librttopo-<version>
|
|
- Create release artifacts: make dist
|
|
- Upload release artifacts to upload.osgeo.org
|
|
- Update websites (to be defined)
|
|
- Announce on discuss@lists.osgeo.org
|