Skip to content

Commit

Permalink
docs: update release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Aug 11, 2021
1 parent 8ac7c74 commit 9427e65
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/modules/ROOT/pages/howtos/release.adoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
= Release

* Create and merge a Pull Request with:
** subject can be something like: `chore: prepare release vX.Y.Z`
** updated version number (e.g. `v0.41.0`) in the following files:
*** https://github.com/camptocamp/devops-stack/blob/master/docs/antora.yml#L4[docs/antora.yml]
*** https://github.com/camptocamp/devops-stack/blob/master/site/config.toml#L18[site/config.toml]
*** https://github.com/camptocamp/devops-stack/blob/master/modules/variables.tf[modules/variables.tf]
* Merge the Pull Request with label `autorelease:pending` managed by https://github.com/googleapis/release-please[Release Please]
* Update and merge the Pull Request with label `autorelease:pending` managed by https://github.com/googleapis/release-please[Release Please]:
** checkout `release-vX.Y.Z` branch
** set `version` to `X.Y.Z` in https://github.com/camptocamp/devops-stack/blob/master/docs/antora.yml#L4[docs/antora.yml]
** set `target_revision` 's default to `vX.Y.Z` in https://github.com/camptocamp/devops-stack/blob/master/modules/variables.tf[modules/variables.tf]
** set `version` in `[params]` section to `X.Y.Z` in https://github.com/camptocamp/devops-stack/blob/master/site/config.toml#L18[site/config.toml]
** amend the commit
** push force the branch
** merge the PR
* Create and merge a Pull Request with:
** subject can be something like: `chore: create post-release commit`
** version in https://github.com/camptocamp/devops-stack/blob/master/docs/antora.yml#L4[docs/antora.yml] set back to `latest`
** target_revision in https://github.com/camptocamp/devops-stack/blob/master/modules/variables.tf#15[modules/variables.tf] set back to `master`
** `version` in https://github.com/camptocamp/devops-stack/blob/master/docs/antora.yml#L4[docs/antora.yml] set back to `latest`
** `target_revision` in https://github.com/camptocamp/devops-stack/blob/master/modules/variables.tf#15[modules/variables.tf] set back to `master`

0 comments on commit 9427e65

Please sign in to comment.