Skip to content

Commit

Permalink
doc: add the release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zavakid committed Dec 7, 2024
1 parent 6a5f574 commit 118d948
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## how to deploy

- Bump the version
- mvn version:set ${next_version}
- and git add . && git ci -m "release ${next_version}"
- Deploy to staging repo
- mvn clean deploy
- Release the staging repo
- go to the staging repo: https://s01.oss.sonatype.org/#stagingRepositories
- close the staging repo
- if success, release and drop the staging repo
- Start to dev the next version
- Done

0 comments on commit 118d948

Please sign in to comment.