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
The current release management process can be improved by introducing automation. The goal would be to introduce a Github workflow which would be triggered whenever a tag was created.
The workflow would take care of actually creating the entire release; generating and uploading the source code release artifacts (.zip, .tar.gz), generating the release notes and finally making the release.
The text was updated successfully, but these errors were encountered:
I did some research here and uncovered the following
a) The original legacy GitHub action is now unmaintained.
b) However, very conveniently the authors of # 1 above provided some maintained tasks as follows
The current release management process can be improved by introducing automation. The goal would be to introduce a Github workflow which would be triggered whenever a
tag
was created.The workflow would take care of actually creating the entire release; generating and uploading the source code release artifacts (.zip, .tar.gz), generating the release notes and finally making the release.
The text was updated successfully, but these errors were encountered: