You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove container version
* Add release script
* Add
* Add npm publish script
* Remove unused id
* Testing tag publish
fix ref name
change the command
fetch depth
Try checking out the tag
Remove tag check
Releasey bits
Tag file
Try fetching
all tags
Ask it very nicely to fetch tags
needs a force to make it happy
Finally get tags working
fix fails
Simpify
Correct param
Fix name
s/file/path
Update release script
Test publish workflow
forgot to checkout
test publication
Use npm publish
Use proper publish script
* Commit the version
* Tidy up scripts
* Update release.yml
* Update release.sh
* Cleanup
* changelog
cat draft-release.txt | git tag --force -m - -s $TAG
39
+
rm draft-release.txt
40
+
echo"Generated tag $TAG"
41
+
42
+
echo"Pushing to origin"
43
+
git push origin $TAG
44
+
# Push develop too
45
+
git push
46
+
47
+
echo"The CI to generate a release is now running. Check https://github.com/matrix-org/matrix-appservice-bridge/releases and publish the release when it's ready."
0 commit comments