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
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2020-04-04 07:21:01 +0300
committerMatt Stratton <matt.stratton@gmail.com>2020-04-04 07:21:01 +0300
commit44f26cbd8bcf23f09944e4d52a2cf2c44fddc783 (patch)
tree3ba7c69edb8e2dbf62cceddd0fca7511ac9cf76d /utils/release-theme.sh
parent12c86bd3b4c124cc423285980698ec6ef126f628 (diff)
Fix changelog generator
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
Diffstat (limited to 'utils/release-theme.sh')
-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 8fe8e70..27e9b7c 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 --exclude-labels='duplicate,question,invalid,wontfix,do-not-merge,no-changelog'
+github_changelog_generator --user mattstratton --project castanet --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 .