Skip to content

Commit

Permalink
Update release docs with test package tag (#665)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
  • Loading branch information
alexander-demicev authored Aug 16, 2024
1 parent 6a1a5be commit 4400b32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ git clone git@github.com:rancher/turtles.git
```bash
# Create tags locally
git tag -s -a ${RELEASE_TAG} -m ${RELEASE_TAG}
git tag -s -a test/${RELEASE_TAG} -m “Testing framework ${RELEASE_TAG}
# Push tags
git push upstream ${RELEASE_TAG}
git push upstream test/${RELEASE_TAG}
```

This will trigger a [release GitHub action](https://github.com/rancher/turtles/actions/workflows/release.yaml) that creates a release with Rancher Turtles components.
Expand Down

0 comments on commit 4400b32

Please sign in to comment.