We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6aec5 commit 91a22eaCopy full SHA for 91a22ea
scripts/tag-release.sh
@@ -35,7 +35,8 @@ then
35
36
sed -i '' -e "s/\(\"version\": *\"\).*\(\".*\)$/\1${newVersion}\2/" package.json
37
sed -i '' -e "s/\(\"react-lifecycle-visualizer\": *\"[\^~]\{0,1\}\).*\(\".*\)$/\1${newVersion}\2/" examples/parent-child-demo/package.json
38
- git add package.json examples/parent-child-demo/package.json
+ npm i
39
+ git add package.json package-lock.json examples/parent-child-demo/package.json
40
git commit -m "Release ${newVersion}"
41
git tag -a "v${newVersion}" -m "Release ${newVersion}"
42
else
0 commit comments