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

Automate Release Publication #383

Open
kfriedberger opened this issue Jul 7, 2024 · 0 comments
Open

Automate Release Publication #383

kfriedberger opened this issue Jul 7, 2024 · 0 comments

Comments

@kfriedberger
Copy link
Member

kfriedberger commented Jul 7, 2024

We currently depend on several manual steps when publishing a release. We should automate more parts of it.

Current steps:

  • download and build JavaSMT (on Ubuntu 22.04 using prepared Dockerfile)
  • create tag in Git
  • create a release with documentation on Github
  • publish to Ivy
  • publish to Maven

We could simplify parts, such as:

  • have a specified secure branch release where admins can merge into from PRs
  • some CI then takes the branch, builds it and publishes it to all necessary artifact systems (Github needs to have credentials for this)
  • manually (or semi-automatic) create a release on Github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant