Skip to content

Commit

Permalink
docs: document formal release process
Browse files Browse the repository at this point in the history
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
robbat2 committed Nov 26, 2023
1 parent cfb191e commit 301d86e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions RELEASE-PROCESS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Rough release process

0. Update `CHANGES` & commit!
1. `export VERSION=2...`
2. `sed -i -e "/^AC_INIT/s,\[.*\],[$VERSION],g" configure.ac`
3. `git commit -s -m "Release ${VERSION}" configure.ac`
4. `git tag -s v${VERSION} -m "$VERSION"`
5. `docker rmi radvd-autogen:latest`
6. `./autogen-container.sh`
7. `./configure`
8. `make packages`
9. `gh release create v${VERSION} radvd-${VERSION}.tar.{xz,gz}{,.asc,.sha256,.sha512}`


## Tools
https://cli.github.com/

0 comments on commit 301d86e

Please sign in to comment.