Skip to content

Commit

Permalink
Merge pull request #125 from github/v2.2.0-release-notes
Browse files Browse the repository at this point in the history
V2.2.0 release notes
  • Loading branch information
Barry Gordon authored and GitHub committed Mar 23, 2022
2 parents 17a525e + 1dd0df1 commit b78e9cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.0",
"version": "2.2.0",
"private": true,
"description": "Runs Dependabot workloads via GitHub Actions.",
"main": "src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion script/bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ 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"
echo " gh release create ${new_version} --draft --generate-notes"

0 comments on commit b78e9cd

Please sign in to comment.