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

Investigate Automating Releases #591

Open
masokol opened this issue Oct 13, 2023 · 3 comments
Open

Investigate Automating Releases #591

masokol opened this issue Oct 13, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@masokol
Copy link
Contributor

masokol commented Oct 13, 2023

Story Description:

Currently releases of ecChronos need to be done manually. It would be nice to automate this so releases are performed with a click of the button. I think these points needs to be investigated in order to know what needs to be done:

  • Set release version and next version
  • Release from specific branch
  • Merge forward if releasing from a branch, i.e not master
  • Creating a release in github
  • Updating changelog automatically
  • GPG

Acceptance Criteria:

N/A

Definition of Done:

New issue(s) are created to automate the release process.

Notes:

See comments below.

@masokol masokol added the enhancement New feature or request label Oct 13, 2023
@masokol
Copy link
Contributor Author

masokol commented Oct 16, 2023

Set release version and next version - We can use input params to workflow_dispatch for this.
Release from specific branch - Whoever is triggering the workflow has to choose a branch from a drop-down list. The workflow will be run from that specific branch. I.e release workflow will need to exist for all branches. The branch name can be accessed from GITHUB_REF variable.

@masokol
Copy link
Contributor Author

masokol commented Oct 16, 2023

Maven deploy plugin should be replaced with nexus-maven-plugin

@masokol
Copy link
Contributor Author

masokol commented Oct 16, 2023

GPG - Use this action. Also we need some kind of a generic GPG key, i.e not tied to a specific person. Same goes for sonatype user/pwd.

@masokol masokol changed the title Investigate automating releases Investigate Automating Releases Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant