Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: clean up release workflow #976

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Conversation

joshuasing
Copy link
Member

Clean up release_by_tag workflow added in #965
Related: #813

Changes:

  • Move release_by_tag.yml to release.yml
  • Add script to read and format changelog for specified version (.github/scripts/changelog.sh)
  • Replace use of deprecated actions/create-release with softprops/action-gh-release
  • Add changelog to GitHub releases
  • Pin actions/checkout to v4
  • Tidy up styling
  • Use more common naming schemes

An example release created by this workflow: https://github.com/joshuasing/libressl-portable/releases/tag/v3.9.0 (this release will be deleted after this has been merged)

@botovq
Copy link
Contributor

botovq commented Dec 15, 2023

Neat. That looks really nice for generated output. I wish github finally provided a way of removing those Source code archives...

Do you plan on uploading the official source tarballs here, too?

@joshuasing
Copy link
Member Author

joshuasing commented Dec 18, 2023

Neat. That looks really nice for generated output. I wish github finally provided a way of removing those Source code archives...

Do you plan on uploading the official source tarballs here, too?

Yes, I can upload the release assets (tarballs, checksums, etc) manually after a release has been made.
I would like to eventually find a way to automate that process, but manually will do for now.

@botovq botovq merged commit 30eff11 into libressl:master Dec 18, 2023
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants