Skip to content

Commit

Permalink
github(scripts): add template git add to script
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hoefer committed Dec 20, 2020
1 parent bf6d239 commit b422d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If applicable, add screenshots to help explain your problem.

**Info**
- Version of CK3-Workbench
- latest (v0.0.31)
- latest (v0.0.32)
- OS: (remove not applicable)
- Windows 10
- Debian
Expand Down
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ git tag $new_version
npx github-release-notes@0.17.1 changelog --token=$(echo $GITHUB_TOKEN) --override
git add *README.md
git add *CHANGELOG.md
git add *bug_report.md
git commit -m "chore(version): update version"
git tag $new_version -f

Expand Down

0 comments on commit b422d4e

Please sign in to comment.