Skip to content

Commit 92eb53a

Browse files
author
Quintin Willison
committed
Update release instructions to use new main branch name.
1 parent 22da824 commit 92eb53a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,8 @@ This library uses [semantic versioning](http://semver.org/). For each release, t
592592
* This might work: `github_changelog_generator -u ably -p ably-java --header-label="# Changelog" --release-branch=release/1.2.1 --future-release=v1.2.1`
593593
* But your mileage may vary as it can error. Perhaps more reliable is something like: `github_changelog_generator -u ably -p ably-java --since-tag v1.2.0 --output delta.md` and then manually merge the delta contents in to the main change log
594594
4. Commit [CHANGELOG](./CHANGELOG.md)
595-
5. Make a PR against `master`
596-
6. Once the PR is approved, merge it into `master`
595+
5. Make a PR against `main`
596+
6. Once the PR is approved, merge it into `main`
597597
7. Add a tag and push to origin - e.g.: `git tag v1.2.1 && git push origin v1.2.1`
598598
8. Create the release on Github including populating the release notes (needed so JFrog can pull them in)
599599
9. Assemble and Upload ([see below](#publishing-to-jcenter-and-maven-central) for details) - but the overall order to follow is:

0 commit comments

Comments
 (0)