-
Notifications
You must be signed in to change notification settings - Fork 0
Workflow: New arba version
Aymeric Pellé edited this page Jun 17, 2022
·
11 revisions
Sur la branche develop
:
- In CMakeLists.txt, update VERSION project.
- In example/basic_cmake_project/CMakeLists.txt, update find_package arba VERSION.
- Commit changes with message "vVERSION: Start version VERSION".
- Do more commits, like updating submodules versions.
- Update README.md.
- Push
develop
branch. - Use
git-flow
to start a release. - Push
release/X.Y
branch. - Use
git-flow
to finish release (delete branch). - Push
main
branch. - Push
release-X.Y
tag. - Go back to
develop
branch