Skip to content

Commit

Permalink
fix dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed Sep 26, 2023
1 parent 71316c2 commit 52fd20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ Release process checklist:
~~~bash
# Example
git tag v0.4.0 -m "Release for OPCT v0.4 related to features on OPCT-XXX"
git push --tags upstream
git push upstream ref/tags/v0.4.0
~~~
- Open a PR updating the [`PluginsImage` value](https://github.com/redhat-openshift-ecosystem/provider-certification-tool/blob/main/pkg/types.go#LL16C2-L16C14) on the CLI repository, merge it;
- Create a tag on [CLI/Tool repository](https://github.com/redhat-openshift-ecosystem/provider-certification-tool) based on the `main` branch (or the commit for the release)
~~~bash
# Example
git tag v0.4.0 -m "Release for OPCT v0.4 related to features on OPCT-XXX"
git push --tags upstream
git push upstream ref/tags/v0.4.0
~~~

### Manual tests
Expand Down

0 comments on commit 52fd20b

Please sign in to comment.