From 56316ec0a474d9fe3901f2434c8b5e1269f1dccc Mon Sep 17 00:00:00 2001 From: <> Date: Wed, 10 Mar 2021 10:09:07 -0600 Subject: [PATCH] Update references from master to main --- CHANGELOG.md | 2 +- README.md | 2 +- tag.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d304f891..3ffc008d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,4 +87,4 @@ v1.0.0 takes the changes that were staged in the library-v2-stage-one branch. Th # 0.1.0 (September 29th, 2017) -v0.1.0 is the original stable version of the library that was in master and has been maintained with no breaking API changes. This was in use by Consul prior to version 0.7.0. +v0.1.0 is the original stable version of the library that was in main and has been maintained with no breaking API changes. This was in use by Consul prior to version 0.7.0. diff --git a/README.md b/README.md index 7f6ff8307..f72e81542 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ and `StableStore`. As of September 2017, HashiCorp will start using tags for this library to clearly indicate major version updates. We recommend you vendor your application's dependency on this library. -* v0.1.0 is the original stable version of the library that was in master and has been maintained +* v0.1.0 is the original stable version of the library that was in main and has been maintained with no breaking API changes. This was in use by Consul prior to version 0.7.0. * v1.0.0 takes the changes that were staged in the library-v2-stage-one branch. This version diff --git a/tag.sh b/tag.sh index cd16623a7..ddea0cf31 100755 --- a/tag.sh +++ b/tag.sh @@ -11,6 +11,6 @@ fi # Generate the tag. echo "==> Tagging version $VERSION..." git commit --allow-empty -a --gpg-sign=348FFC4C -m "Release v$VERSION" -git tag -a -m "Version $VERSION" -s -u 348FFC4C "v${VERSION}" master +git tag -a -m "Version $VERSION" -s -u 348FFC4C "v${VERSION}" main exit 0