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

Adopt GHA Scala Library Release Workflow #15

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

rtyley
Copy link
Member

@rtyley rtyley commented Mar 8, 2024

This replaces the old release process which had developers manually running sbt release on their own laptops - each developer had to obtain their own PGP key and Sonatype credentials, which was an elaborate & fiddly process.

This PR adopts gha-scala-library-release-workflow, which provides an automated release process that uses single shared set of release credentials, available through GitHub Organisation Secrets (like we already do with NPM) - this workflow allows you to release a new library version with the click of a button!

Most of the changes made here are documented in gha-scala-library-release-workflow's configuration.md.

Copy link
Member

@davidfurey davidfurey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@rtyley rtyley merged commit 9783b05 into main Mar 8, 2024
1 check passed
@rtyley rtyley deleted the adopt-gha-scala-library-release-workflow branch March 8, 2024 14:32
@rtyley
Copy link
Member Author

rtyley commented Mar 8, 2024

Thank you! I just need to grant secret access as well, if you could approve https://github.com/guardian/github-secret-access/pull/43 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants