mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 07:14:23 +00:00
add changelog template during release (#1997)
This commit is contained in:
parent
af46a2d86f
commit
abe4afe78a
@ -79,4 +79,11 @@ REALM_BUILD_ANDROID=1 npm publish ${PRERELEASE:+--tag $PRERELEASE}
|
|||||||
echo "Pushing v$VERSION tag to GitHub..."
|
echo "Pushing v$VERSION tag to GitHub..."
|
||||||
git push origin "v$VERSION"
|
git push origin "v$VERSION"
|
||||||
|
|
||||||
|
# Add the changelog templates
|
||||||
|
echo "Adding changelog template"
|
||||||
|
./scripts/changelog-header.sh
|
||||||
|
git add CHANGELOG.md
|
||||||
|
git commit -m "Adding changelog template"
|
||||||
|
git push origin "$BRANCH"
|
||||||
|
|
||||||
echo "Done. Now, you should update the documentation!"
|
echo "Done. Now, you should update the documentation!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user