- Update version.rb
- Update version in README example
- Update CHANGELOG.md
- Ensure screenshots are up to date
- Push to github and ensure tests pass
export NEXT_VERSION=vx.x.x
docker build -t bugcrowd/test-summary-buildkite-plugin:$NEXT_VERSION .
git tag --sign $NEXT_VERSION -m "Release $NEXT_VERSION"
docker push bugcrowd/test-summary-buildkite-plugin:$NEXT_VERSION
git push origin $NEXT_VERSION
- Copy changelog entry to github release notes