msgraph-beta-sdk-go icon indicating copy to clipboard operation
msgraph-beta-sdk-go copied to clipboard

add release please configuration

Open baywet opened this issue 1 month ago • 0 comments

reflection of https://github.com/microsoftgraph/msgraph-beta-sdk-java/issues/940 on this repository. We want:

  • [x] release please header file (yaml .github/release-please.yml)
  • [x] release please manifest (json .release-please-manifest.json)
  • [x] release please config (json release-please-config.json)
  • [x] release please workflow to trigger on main branch (.github/workflows/release-please.yml)
  • [x] install the release please GitHub app to the repository
  • [x] changelog keep a changelog header and unreleased information to be removed
  • [ ] contributing to be updated with commit formatting instructions
  • [x] version bump script to be deleted (and removed from the weekly generation process)
  • [x] files where the version needs to be updated to be ammended with the special comments for release please

baywet avatar May 09 '24 15:05 baywet