Skip to content

Commit 19b1181

Browse files
author
TP Honey
authored
Merge pull request #192 from drone/release/1.3.1
release prep v1.3.1
2 parents 338ba6d + 6251342 commit 19b1181

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

.github_changelog_generator

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
since-tag=v1.3.0

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [v1.3.1](https://github.com/drone/drone-cli/tree/v1.3.1) (2021-08-20)
4+
5+
[Full Changelog](https://github.com/drone/drone-cli/compare/v1.3.0...v1.3.1)
6+
7+
**Fixed bugs:**
8+
9+
- Defect/permission template [\#191](https://github.com/drone/drone-cli/pull/191) ([eoinmcafee00](https://github.com/eoinmcafee00))
10+
- \(DRON-113\) use ghodss/yaml for yaml printing [\#189](https://github.com/drone/drone-cli/pull/189) ([tphoney](https://github.com/tphoney))
11+
- 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))
12+
13+
14+
15+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,25 @@ https://discourse.drone.io
1010

1111
Bug Tracker:<br/>
1212
https://discourse.drone.io/c/bugs
13+
14+
## Release procedure
15+
16+
Run the changelog generator.
17+
18+
```BASH
19+
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -p drone-cli -t <secret github token>
20+
```
21+
22+
You can generate a token by logging into your GitHub account and going to Settings -> Personal access tokens.
23+
24+
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.
25+
26+
** Before moving on make sure to update the version file `version/version.go`. **
27+
28+
Run the changelog generator again with the future version according to semver.
29+
30+
```BASH
31+
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
32+
```
33+
34+
Create your pull request for the release. Get it merged then tag the release.

0 commit comments

Comments
 (0)