Package scm provides a unified interface to multiple source code management systems including GitHub, GitHub Enterprise, Bitbucket, Bitbucket Server, Gitee, Gitea and Gogs.
Forked from original drone/go-scm to merge jenkins-x/go-scm client factory and some minor related changes.
It'd be great if both projects could work together, but for now trying to get the best of both and keeping this for separated.
Here are some useful links to providers API documentation:
Run the changelog generator.
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u ocraviotto -p go-scm -t <secret github token>
You can generate a token by logging into your GitHub account and going to Settings -> Personal access tokens.
Next we tag the PR's with the fixes or enhancements labels. If the PR does not fulfill the requirements, do not add a label.
Run the changelog generator again with the future version according to semver.
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u ocraviotto -p go-scm -t <secret token> --future-release v1.15.2
Create your pull request for the release. Get it merged then tag the release.