Skip to content

Commit

Permalink
Merge pull request #192 from drone/release/1.3.1
Browse files Browse the repository at this point in the history
release prep v1.3.1
  • Loading branch information
TP Honey authored Aug 20, 2021
2 parents 338ba6d + 6251342 commit 19b1181
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
since-tag=v1.3.0
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [v1.3.1](https://github.com/drone/drone-cli/tree/v1.3.1) (2021-08-20)

[Full Changelog](https://github.com/drone/drone-cli/compare/v1.3.0...v1.3.1)

**Fixed bugs:**

- Defect/permission template [\#191](https://github.com/drone/drone-cli/pull/191) ([eoinmcafee00](https://github.com/eoinmcafee00))
- \(DRON-113\) use ghodss/yaml for yaml printing [\#189](https://github.com/drone/drone-cli/pull/189) ([tphoney](https://github.com/tphoney))
- fixes issue were cli required an additional parameter in order to com… [\#188](https://github.com/drone/drone-cli/pull/188) ([eoinmcafee00](https://github.com/eoinmcafee00))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,25 @@ https://discourse.drone.io

Bug Tracker:<br/>
https://discourse.drone.io/c/bugs

## Release procedure

Run the changelog generator.

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

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 drone-cli -t <secret token> --future-release v1.0.0
```

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

0 comments on commit 19b1181

Please sign in to comment.