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 Process #624

Open
mattdot opened this issue Mar 6, 2025 · 0 comments · May be fixed by #627
Open

Automate Release Process #624

mattdot opened this issue Mar 6, 2025 · 0 comments · May be fixed by #627
Assignees

Comments

@mattdot
Copy link
Member

mattdot commented Mar 6, 2025

User Story

As a maintainer, I want the release process to be more automated to reduce manual errors during the release process.

Definition of Done

  • A new GitHub workflow release_prep.yml that automates the following
    • Merging pending changelog entries

      changie batch auto
      changie merge
    • committing and pushing those changes to main

    • tagging a new release

      VERSION="v$(changie version)"
      git tag -a $VERSION -m "Release $VERSION" 
      git push origin $VERSION
  • Updates to release.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant