Skip to content

Commit

Permalink
README.md: include info on making a release
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e authored Nov 18, 2024
1 parent 0b8493e commit f0b9df0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,11 @@ key = your-newly-generated-googlefonts-api-key

* https://github.com/google/protobuf
* https://github.com/behdad/fonttools

## Developers

### Releasing a New Version

0. Commit and push your final changes for the new version.
1. Create an annotated Git tag of the version number, with a prepended "v", like so: `git tag -a v3.1.1`
2. Write the release notes into the tag message. They will show up as release notes on the release page in GitHub.

0 comments on commit f0b9df0

Please sign in to comment.