Updating README.md as well

This commit is contained in:
Michael Waddell
2022-02-22 14:09:18 -06:00
parent 2354b3f276
commit b321c80e57

View File

@@ -22,7 +22,8 @@ fi
new_version=$(npm version "${patch_level}" --no-git-tag-version)
git checkout -b "${new_version}"-release-notes
git add package.json package-lock.json
sed -i "s|dependabot/fetch-metadata@v[0-9.]*|dependabot/fetch-metadata@${new_version}|g" README.md
git add package.json package-lock.json README.md
git commit -m "${new_version}"
echo "Branch prepared for ${new_version}"