Skip to content

Commit

Permalink
📖 Updates the releases section
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Oct 3, 2020
1 parent 3c35d4c commit b7cd13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ export CHANGELOG_GITHUB_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

### Releasing a version

When your workspace is clean and you're ready to release, checkout a new branch with the new version name.
Releases are performed from the `develop` branch. When `develop` is in sync with the remote repository, the workspace is clean, and you're ready to release, checkout a new branch with the new version name.

```bash
VERSION=x.x.x
git checkout -b $VERSION
git push origin $VERSION
git push --set-upstream origin $VERSION
```

Then run the proper release script.
Expand Down

0 comments on commit b7cd13d

Please sign in to comment.