Semian releases are automated by GitHub Actions (for the repo) and Shipit (for RubyGems).
Navigate to the Create Release GitHub Action and trigger a new workflow. You will be asked if your release is a major, minor, or patch release. For more info, see Manually running a workflow.
The workflow generates a PR with changes to lib/semian/version.rb, Gemfile.lock, and CHANGELOG.md. You can amend the PR to make changes to CHANGELOG.md. After approving the changes, merge the PR to continue the workflow.
After the workflow executes, your release should be at the top of Semian's Release list.
- After detecting a new version tag from the GitHub workflow, Shipit should kick off a build and release it
- Check RubyGems