Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Update version to v2.0.0-rc.46.
Browse files Browse the repository at this point in the history
  • Loading branch information
Baliedge committed May 16, 2023
1 parent 3fb4438 commit ea50d91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,15 @@ At a high level:

## Update Version Files
Some files contain the current version in [semver](https://semver.org/) format,
such as "2.0.0-rc.34".
such as "2.0.0-rc.34". These files must be updated to the target version.

These files are:
* `CHANGELOG`
* `charts/helm/Chart.yaml`
* `version`
* `appVersion`
* `version`

It is necessary to update these files to match the target version.

Manually update `CHANGELOG`, then use script `update-version.sh` to easily
update the remaining files.
Use script `update-version.sh` to easily update the required files.

```
$ ./update-version.sh 2.0.0-rc.35
Expand All @@ -37,8 +33,10 @@ Publish a GitHub release from github.com.

Create a new tag with "v" prefix version, such as "v2.0.0-rc.34".

In description, paste the same description added to `CHANGELOG`. For example,
Provide a meaningful description of what's changed. For example:

* Tag: v2.0.0-rc.35
* Title: v2.0.0-rc.35
```markdown
## What's Changed
* Updated foobar by @Baliedge in #999.
Expand Down
4 changes: 2 additions & 2 deletions charts/gubernator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm Chart for gubernator

type: application

version: 2.0.0-rc.45
version: 2.0.0-rc.46

appVersion: 2.0.0-rc.45
appVersion: 2.0.0-rc.46
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.0-rc.45
v2.0.0-rc.46

0 comments on commit ea50d91

Please sign in to comment.