File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3434
3535jobs :
3636 stage_release :
37- # To publish a release, merge a PR with the title prefix '[chore] Release ' to main.
37+ # To publish a release, merge a PR with the title prefix '[chore] Release ' to main
38+ # and ensure the squashed commit message also has the prefix.
3839 # To stage a release without publishing it, send a 'firebase_build' event or apply
3940 # the 'release:stage' label to a PR.
4041 if : github.event.action == 'firebase_build' ||
@@ -126,7 +127,7 @@ jobs:
126127 run : |
127128 gh release create "$RELEASE_VER" \
128129 --title "Firebase Admin Python SDK $RELEASE_VER" \
129- --notes ' $RELEASE_BODY'
130+ --notes " $RELEASE_BODY"
130131
131132 - name : Publish to Pypi
132133 uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
You can’t perform that action at this time.
0 commit comments