Skip to content

Commit

Permalink
update release process
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Oct 4, 2020
1 parent 7a700d7 commit 913d4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Steps

1. Checkout the repository on the correct branch and changeset (`master`).
1. Checkout the repository on the correct branch and changeset (`master`).Creates a new branch if it is the first release for a "minor" version: `git checkout -b vX.Y`.
2. Run the bundle generation:
- For a release candidate, run the following command, locally: `make VERSION=x.v.z-rc.w bundle`
For example, to generate the release version `0.3.0-rc.2`, run: `make VERSION=0.3.0-rc.2 bundle`
Expand All @@ -21,7 +21,7 @@
5. Push the generated commit and tag to the repostory branch.

```console
$ git push origin master
$ git push origin vX.Y
$ git push origin vX.Y.Z
```

Expand Down

0 comments on commit 913d4e2

Please sign in to comment.