Skip to content

Commit 756f52b

Browse files
author
Quintin
authored
Merge pull request ably#592 from ably/feature/rename-master-to-main
Rename master to main
2 parents df2df82 + e1b1a16 commit 756f52b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ notifications:
7070

7171
branches:
7272
only:
73-
- master
73+
- main
7474
- /^.*-ci$/

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:

android/maven.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ uploadArchives {
6161
licenses {
6262
license {
6363
name 'The Apache Software License, Version 2.0'
64-
url 'https://raw.github.com/ably/ably-java/master/LICENSE'
64+
url 'https://raw.github.com/ably/ably-java/main/LICENSE'
6565
distribution 'repo'
6666
}
6767
}

java/maven.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ uploadArchives {
6363
licenses {
6464
license {
6565
name 'The Apache Software License, Version 2.0'
66-
url 'https://raw.github.com/ably/ably-java/master/LICENSE'
66+
url 'https://raw.github.com/ably/ably-java/main/LICENSE'
6767
distribution 'repo'
6868
}
6969
}

0 commit comments

Comments
 (0)