Skip to content

Commit

Permalink
Added release procedure readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Sep 26, 2023
1 parent 0da26d6 commit 1fff30e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deploy/linux/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
**Release procedure**

- Checkout `qss-solver-release` branch.
- Create branch `release-X.X.X`.
- Merge `qss-solver-dev` -> `qss-solver-release`.
- Update `version` file to `X.X.X`.
- Run `update.sh`.
- Commit update changes with `-n`.
- Update `CHANGELOG` and `README.md` files.
- Commit changes with `-n`.
- Push branch.
- Merge pushed branch in `qss-solver-release` with `--squash`.
- Push `qss-solver-release` branch.
- Merge `qss-solver-release` in `qss-solver-dev`.

0 comments on commit 1fff30e

Please sign in to comment.