Plugin Release v3.4.3-maven
github-actions opened this issue · 0 comments
github-actions commented
Requirements
-
⚠️ Ensure the release process has succeeded before proceeding
GCS
- Run
./jib-maven-plugin/scripts/update_gcs_latest.sh 3.4.3
script to update GCS with the latest version number
Github
- Update CHANGELOG.md
- Update README.md
- Search/replace the old published version with the new published version in examples
- Publish Release
- Merge PR (#4258)
Jib-Extensions
- Update versions in Jib Extensions
- If there were Gradle API or Jib API changes, double-check compatibility and update Version Matrix on jib-extensions. It may require re-releasing first-party extensions. See jib-extensions#45, jib-extensions#44, and jib-extensions#42