Skip to content

Commit

Permalink
docs: include Next Steps, for Release Me Run Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Aug 18, 2024
1 parent 1bda796 commit ff2f457
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/guides/gitops/run/guide_run_gitops_release_me_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This is a `how-to` Guide, with everything you need, to "run" the
- [Setup Human Approval](../setup/guide_setup_main_manual_acceptance.md)
## Guide
## :material-forward: Guide
<!-- <div class="annotate" markdown> -->
Expand Down Expand Up @@ -127,9 +127,9 @@ This is a `how-to` Guide, with everything you need, to "run" the
2. :man_raising_hand: Typical files are, `VERSION`, `pyproject.toml`, `package.json`, etc.
## Congratulations :partying_face: !
## Congratulations :partying_face:
Your changes should now be merged into `main`.
Your changes should now be **merged** and **tagged** into `main`!
```mermaid
%%{init: { 'logLevel': 'debug', 'theme': 'gitGraph': {'rotateCommitLabel': false, 'showBranches': true, 'showCommitLabel':true, 'mainBranchName': 'main / master'}} }%%
Expand All @@ -150,5 +150,13 @@ Your changes should now be merged into `main`.
commit id: "CHANGELOG.md" tag: "v2.1.0-rc"
checkout main
merge release id: "[NEW] 2.1.0" type: HIGHLIGHT
merge release id: "[NEW] 2.1.0" type: HIGHLIGHT tag: "v2.1.0"
```

### Next Steps

- :material-sync: Sync your local `main` branch with **remote**

```sh
git checkout main && git pull origin main
```

0 comments on commit ff2f457

Please sign in to comment.