Skip to content

Commit

Permalink
Merge branch 'main' into brrygrdn/improved-failure-annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon authored and GitHub committed Mar 8, 2022
2 parents 68f2413 + 7c2bdca commit c1fd30f
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 c1fd30f

Please sign in to comment.