Skip to content

Commit 931df5b

Browse files
Copilotf2calv
andcommitted
fix: revert GitVersion copilot branch and Chart.yaml appVersion per review feedback +semver:feature
- GitVersion.yml: remove copilot branch pattern per reviewer request - Chart.yaml: restore helm-create default appVersion 1.16.0 per reviewer request Co-authored-by: f2calv <16097639+f2calv@users.noreply.github.com> Agent-Logs-Url: https://github.com/f2calv/multi-arch-container-rust/sessions/8bba02fe-79f8-47a6-8242-a74c0edd236e
1 parent d678171 commit 931df5b

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

GitVersion.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ branches:
66
feature:
77
regex: ^features?[/-]
88
tag: useBranchName
9-
copilot:
10-
regex: ^copilot[/-]
11-
tag: 'copilot'
129
ignore:
1310
sha: []
1411
merge-message-formats: {}

charts/multi-arch-container-rust/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.0.0"
24+
appVersion: "1.16.0"

0 commit comments

Comments
 (0)