An open API service indexing awesome lists of open source software.

https://github.com/drone/go-login

Package login provides login handlers for multiple Source Control Management systems.
https://github.com/drone/go-login

Last synced: 5 months ago
JSON representation

Package login provides login handlers for multiple Source Control Management systems.

Awesome Lists containing this project

README

          

Run the changelog generator.

```BASH
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -p go-login -t
```

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 fufil the requirements, do not add a label.

**Before moving on make sure to update the version file `version/version.go && version/version_test.go`.**

Run the changelog generator again with the future version according to semver.

```BASH
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -p go-login -t --future-release v1.0.0
```

Create your pull request for the release. Get it merged then tag the release.

[⬆ Back to Top](#table-of-contents)