Skip to content

Commit

Permalink
Remove releasing instructions (now in "Releasing.md")
Browse files Browse the repository at this point in the history
  • Loading branch information
paltherr committed Sep 16, 2022
1 parent e107b89 commit cd7423c
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ln -s ../opt/git-repo-tools/src/bin/gr-* .

## Commands


### Commits

- `gr-head-commit-amend`
Expand Down Expand Up @@ -94,26 +93,3 @@ ln -s ../opt/git-repo-tools/src/bin/gr-* .
Updates the homebrew formula source to use the release for the
specified version. The file `.homebrew-formula` is expected to
contain the full name of the formula.


## Releasing a new version

To create a release for a new version:

- Define a new version number `<version>` using the syntax
`<major>.<minor>.<patch>`.

- Move the content of the unreleased entry to a new `<version>` entry
at the top of [CHANGELOG.md](CHANGELOG.md).

- Commit the changes with the message `Version <version>`.

- In a shell set `VERSION` to `<version>` and run the following
commands:

```sh
gr-release-tag-create $VERSION
gr-release-create $VERSION
gr-latest-tag-update $VERSION
gr-homebrew-formula-update $VERSION
```

0 comments on commit cd7423c

Please sign in to comment.