Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-05-30 16:08:29 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-30 16:08:29 +0300
commita596226cc9f7a7595ecd912e7068adcccd61e1bc (patch)
tree8a9c30a149ad60ea831e71c35a41abad282e2e7f /utils
parent86af4b73e14fd17a542e27b563cd19f41cf9e12c (diff)
Add CONTRIBUTING.md file
Diffstat (limited to 'utils')
-rwxr-xr-xutils/release-theme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/release-theme.sh b/utils/release-theme.sh
index f27fc90..8fe8e70 100755
--- a/utils/release-theme.sh
+++ b/utils/release-theme.sh
@@ -45,7 +45,7 @@ esac
git stash
git checkout master
git pull origin master
-github_changelog_generator --future-release "$new_version" --no-issues-wo-labels --no-pr-wo-labels --no-compare-link
+github_changelog_generator --future-release "$new_version" --no-issues-wo-labels --no-pr-wo-labels --no-compare-link --exclude-labels='duplicate,question,invalid,wontfix,do-not-merge,no-changelog'
sed -i '' "s/$current_version/$new_version/g" ./theme.toml
git add .