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

Setup automatic release process #65

Closed
2 tasks
maichler opened this issue Mar 4, 2024 · 4 comments · Fixed by #76
Closed
2 tasks

Setup automatic release process #65

maichler opened this issue Mar 4, 2024 · 4 comments · Fixed by #76

Comments

@maichler
Copy link
Contributor

maichler commented Mar 4, 2024

Set up an automatic release process via GitHub actions so with just pushing a tag a release gets published to maven central automatically.

Tasks

  • Add release workflow
  • Configure tag protection rules in GitHub

/cc @mkurz

@eed3si9n
Copy link
Member

eed3si9n commented Mar 4, 2024

I've just set the Sonatype credential on this repo. You can follow the rest of the instruction from https://github.com/sbt/sbt-ci-release.

@maichler
Copy link
Contributor Author

maichler commented Mar 4, 2024

It's probably better to change the format of version tags to have a prefix (e.g. v0.11.1), since it would simplify things like matching rules, ...

@maichler
Copy link
Contributor Author

maichler commented Mar 4, 2024

I've just set the Sonatype credential on this repo. You can follow the rest of the instruction from https://github.com/sbt/sbt-ci-release.

That was lightning fast, thank you 👍

@mkurz
Copy link
Member

mkurz commented Mar 4, 2024

@eed3si9n @maichler Would you mind making me admin of this repo? (So I can add the gpg credentials and maybe set up other stuff)?

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 a pull request may close this issue.

3 participants