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

Automatically create PRs to bump versions in ndc-postgres #594

Merged
merged 6 commits into from
Aug 26, 2024

Conversation

i-am-tom
Copy link
Contributor

@i-am-tom i-am-tom commented Aug 26, 2024

What

This PR adds a bump-version.yaml workflow that can be manually triggered in the Actions tab. When triggered and given a new version of ndc-postgres, a PR will be generated that bumps ndc-postgres to that version. In practice, this means:

  • Updating the Cargo.toml file and associated lock file.
  • Moving everything in changelog.md from Unreleased to a section with the appropriate version title, and creating a new, blank Unreleased section.

How

GitHub actions, including a fancy new action we found to create pull requests against the repo.

@i-am-tom i-am-tom changed the title Install just Automatic deploys Aug 26, 2024
@i-am-tom i-am-tom changed the title Automatic deploys Automatically create PRs to bump versions in ndc-postgres Aug 26, 2024
@i-am-tom i-am-tom marked this pull request as ready for review August 26, 2024 12:15
@i-am-tom i-am-tom added this pull request to the merge queue Aug 26, 2024
Merged via the queue into main with commit c48ab77 Aug 26, 2024
30 checks passed
@i-am-tom i-am-tom deleted the api-pg/automaticker-deploy branch August 26, 2024 12:20
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.

3 participants