Skip to content

Commit 76fa795

Browse files
Add v to tagging approach
1 parent f1eda2b commit 76fa795

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

guides/RELEASES.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ Once work/coding is complete:
120120
- **Columns** are where stories move within Jira - from left-to-right - towards the 'Done' column.
121121
- All environments are deployed to from the `main` branch and are deployed based on tags:
122122

123-
| Environment | Tag style | Automated deploy |
124-
|-------------|------------|------------------|
125-
| Sandbox | None | Yes |
126-
| Staging | 1.2.1-rc.1 | Yes |
127-
| Production | 1.2.1 | No |
123+
| Environment | Tag style | Automated deploy |
124+
|-------------|-------------|------------------|
125+
| Sandbox | None | Yes |
126+
| Staging | v1.2.1-rc.1 | Yes |
127+
| Production | v1.2.1 | No |
128128

129129
### 'Backlog' column
130130

@@ -181,10 +181,10 @@ Once work/coding is complete:
181181

182182
### 'Ready for release' column
183183

184-
- [Create Release candidate tag](TAGS.md) from `main` branch (e.g. `1.2.1-rc.1` see [version control](VERSIONING.md) )
184+
- [Create Release candidate tag](TAGS.md) from `main` branch (e.g. `v1.2.1-rc.1` see [version control](VERSIONING.md) )
185185
- **Push Release tag** - this will ship to the `staging` environment.
186186
- If appropriate, re-test in the staging environment
187-
- [Create Release tag](TAGS.md) from `main` branch (e.g. `1.2.1` see [version control](VERSIONING.md) )
187+
- [Create Release tag](TAGS.md) from `main` branch (e.g. `v1.2.1` see [version control](VERSIONING.md) )
188188
- **Push Release tag** - this will create a PR to your service helm chart
189189
- tag must be published as a release, with bullet point list of changes in the release notes. These should be obtained from the original pull request description or auto generated from the commits
190190

0 commit comments

Comments
 (0)