Skip to content

Commit 74ce55c

Browse files
authored
chore(release): prepare release-please configuration for RC (#4911)
1 parent 4b12bda commit 74ce55c

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,16 @@ Weave GitOps Open Source provides:
6767

6868
Mac / Linux
6969

70+
<!-- x-release-please-start-version -->
71+
7072
```console
71-
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.38.0/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
73+
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.39.0-rc.2/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
7274
sudo mv /tmp/gitops /usr/local/bin
7375
gitops version
7476
```
7577

78+
<!-- x-release-please-end -->
79+
7680
Alternatively, users can use Homebrew:
7781

7882
```console

charts/gitops-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ version: 4.0.36
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "v0.38.0"
21+
appVersion: "v0.39.0-rc.2" # x-release-please-version

charts/gitops-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
repository: ghcr.io/weaveworks/wego-app
1111
pullPolicy: IfNotPresent
1212
# Overrides the image tag whose default is the chart appVersion.
13-
tag: "v0.38.0"
13+
tag: "v0.39.0-rc.2" # x-release-please-version
1414
imagePullSecrets: []
1515
nameOverride: ""
1616
fullnameOverride: ""

release-please-config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"always-update": true,
33
"draft": true,
4+
"group-pull-request-title-pattern": "chore(${branch}): release ${component} ${version}",
45
"packages": {
56
".": {
67
"bootstrap-sha": "76f25bbb1d20aa41a1f78920344f579af4f88e2d",
@@ -10,14 +11,19 @@
1011
"doc",
1112
"website"
1213
],
14+
"extra-files": [
15+
"charts/gitops-server/Chart.yaml",
16+
"charts/gitops-server/values.yaml",
17+
"README.md"
18+
],
1319
"include-component-in-tag": false,
1420
"prerelease": true,
1521
"release-as": "0.39.0-rc.3",
1622
"release-type": "node"
1723
},
1824
"charts/gitops-server": {
1925
"bootstrap-sha": "693dafd494f1027c4bc740be9ffef98e21cdcfb6",
20-
"release-as": "4.1.0",
26+
"release-as": "4.1.0-rc.1",
2127
"release-type": "helm"
2228
}
2329
},

0 commit comments

Comments
 (0)