From 8716b66ab1c19e0c6f422dbee3622be463fd7149 Mon Sep 17 00:00:00 2001 From: T-Toshiya Date: Sat, 17 Dec 2022 13:30:28 +0900 Subject: [PATCH] Fix a typo --- .tagpr | 2 +- README.md | 2 +- config.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tagpr b/.tagpr index 9e5b96b..2656373 100644 --- a/.tagpr +++ b/.tagpr @@ -2,7 +2,7 @@ # The tagpr generates the initial configuration, which you can rewrite to suit your environment. # CONFIGURATIONS: # tagpr.releaseBranch -# Generally, it is "main." It is the branch for releases. The pcpr tracks this branch, +# Generally, it is "main." It is the branch for releases. The tagpr tracks this branch, # creates or updates a pull request as a release candidate, or tags when they are merged. # # tagpr.versionFile diff --git a/README.md b/README.md index c3c67be..21c2957 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ If there is a discrepancy between the version file and the conventional labels a Describe the settings in the .tagpr file directly under the repository in gitconfig format. This is automatically created the first time tagpr is run, but feel free to adjust it. The following configuration items are available ### tagpr.releaseBranch -Generally, it is "main." It is the branch for releases. The pcpr tracks this branch, +Generally, it is "main." It is the branch for releases. The tagpr tracks this branch, creates or updates a pull request as a release candidate, or tags when they are merged. ### tagpr.versionFile diff --git a/config.go b/config.go index 6792fa4..03d9d44 100644 --- a/config.go +++ b/config.go @@ -15,7 +15,7 @@ const ( # The tagpr generates the initial configuration, which you can rewrite to suit your environment. # CONFIGURATIONS: # tagpr.releaseBranch -# Generally, it is "main." It is the branch for releases. The pcpr tracks this branch, +# Generally, it is "main." It is the branch for releases. The tagpr tracks this branch, # creates or updates a pull request as a release candidate, or tags when they are merged. # # tagpr.versionFile