Skip to content

Commit

Permalink
Rename master to main in release script
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Stratton <matt.stratton@hey.com>
  • Loading branch information
mattstratton committed Mar 1, 2021
1 parent ebd7aac commit 399c8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/release-theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ case $version_level in
esac

git stash
git checkout master
git pull origin master
git checkout main
git pull origin main
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

Expand Down

0 comments on commit 399c8d0

Please sign in to comment.