Package login provides login handlers for multiple Source Control Management systems.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
liuzhiguo a611c04054 修改包名 5 months ago
example 修改包名 5 months ago
login 修改包名 5 months ago
.github_changelog_generator add changelog & release prep for v1.1.0 2 years ago
.gitignore initial commit 6 years ago
BUILDING initial commit 6 years ago
CHANGELOG.md 修改包名 5 months ago
COPYRIGHT initial commit 6 years ago
LICENSE initial commit 6 years ago
README.md add changelog & release prep for v1.1.0 2 years ago
go.mod 修改包名 5 months ago
go.sum 修改包名 5 months ago

README.md

Run the changelog generator.

docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -p go-login -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 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.

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

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

⬆ Back to Top