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

Automated Releases #28

Open
rperryng opened this issue Sep 17, 2024 · 0 comments
Open

Automated Releases #28

rperryng opened this issue Sep 17, 2024 · 0 comments

Comments

@rperryng
Copy link
Owner

Currently releases have to be manually cut by a maintainer.

We should:

  1. Add some automation so that the version/changelog is bumped automatically, based on conventional commits
  2. conventional commits (or some other related mechanism) is enforced
  3. releases are published to rubygems by CI

The official JS graphql-hive uses the changesets library which doesn't support ruby (and would require using yarn).

Some other tools that may fit the job:

  • Google's "Release Please" generates PRs based on conventional commits on main, the PR will include the version bump / changelog
    • I don't think this tool would support bumping the secondary Gemfile.lock in the k6 directory, but a CI workflow that runs on release PRs can probably address this.
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

No branches or pull requests

1 participant