Skip to content

Commit

Permalink
d Improve development process documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamora committed Apr 4, 2023
1 parent 2365270 commit ea4f24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DEVELOPMENT-PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
6. [Create a draft pull request](https://github.com/quatico-solutions/magellan/pulls) for the release branch and wait for its build to pass.
7. Update the package versions using `npm run prepare-release` and choose version `0.3.1`
8. Wait for the Github Action [Create release and publish](https://github.com/quatico-solutions/magellan/actions/workflows/release-and-publish.yml) to finish.
9. Merge the release back into develop.
10. Prepare Java for the next release: `mvn -DgenerateBackupPoms=false versions:set -DnewVersion=0.3.2-SNAPSHOT` and commit as `E Start next release`
9. Prepare Java for the next release: `mvn -DgenerateBackupPoms=false versions:set -DnewVersion=0.3.2-SNAPSHOT && mvn verify` and commit as `E Start next release`
10. Merge the release back into develop.

## FAQ

Expand Down

0 comments on commit ea4f24a

Please sign in to comment.