Skip to content

Commit

Permalink
Merge pull request #110 from dependabot/v2.1.0-release-notes
Browse files Browse the repository at this point in the history
V2.1.0 release notes
  • Loading branch information
Barry Gordon authored and GitHub committed Mar 4, 2022
2 parents de52b25 + fabc175 commit 7c2bdca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dependabot-updater-action",
"version": "2.0.1",
"version": "2.1.0",
"private": true,
"description": "Runs Dependabot workloads via GitHub Actions.",
"main": "src/main.ts",
Expand Down
2 changes: 2 additions & 0 deletions script/bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ git add package.json package-lock.json
git commit -m "${new_version}"

echo "Branch prepared for ${new_version}"
echo "To prepare a release, run:"
echo " gh create ${new_version} --draft --generate-notes"

0 comments on commit 7c2bdca

Please sign in to comment.