Skip to content
forked from drone/go-scm

Package scm provides a unified interface to multiple source code management systems.

License

Notifications You must be signed in to change notification settings

ocraviotto/go-scm

 
 

Repository files navigation

go-scm

Package scm provides a unified interface to multiple source code management systems including GitHub, GitHub Enterprise, Bitbucket, Bitbucket Server, Gitee, Gitea and Gogs.

Note on the fork

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.

Useful links

Here are some useful links to providers API documentation:

Release procedure

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.

About

Package scm provides a unified interface to multiple source code management systems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%