Skip to content

Commit 97402dc

Browse files
authored
Merge pull request #18 from felipe-frade/release
Release
2 parents f4b7d84 + 51ddba3 commit 97402dc

5 files changed

+18
-20
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
- Commits have a c94b670, a [`A-1`](https://issues.apache.org/jira/browse/A-1) novo teste and a https://github.com/felipe-frade/github-actions-test-2/commit/c94b670a5c1fc260b6927fe387b8902394cbd1f7, amongst other things.
7+
- Commits have a a250405, a [`A-1`](https://issues.apache.org/jira/browse/A-1) novo teste and a https://github.com/felipe-frade/github-actions-test-2/commit/a250405d3cca169078ee6d837c2ee88cca482c67, amongst other things.
88

9-
## Versão - [1.9.0]()
9+
## Versão - [1.10.0]()
1010

1111
### Melhorias ✨
1212

13-
- [`A-1`](https://issues.apache.org/jira/browse/A-1) novo teste [`c94b670`](https://github.com/felipe-frade/github-actions-test-2/commit/c94b670a5c1fc260b6927fe387b8902394cbd1f7)
14-
1513
### Correções 🐛
14+
15+
- [`A-1`](https://issues.apache.org/jira/browse/A-1) novo teste [`a250405`](https://github.com/felipe-frade/github-actions-test-2/commit/a250405d3cca169078ee6d837c2ee88cca482c67)

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
# github-actions-test
22

3-
feat(A-1): novo teste
4-
feat(A-1): novo teste
5-
feat(A-1): novo teste
6-
feat(A-1): novo teste
7-
fix(A-1): novo teste
8-
feat(A-1): novo teste
9-
feat(A-1): novo teste
10-
fix(A-1): novo teste
113
feat(A-1): novo teste
124
fix(A-1): novo teste
13-
fix(A-1): novo teste
14-
feat(A-1): novo teste

changelog-template.hbs

+11-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file. Dates are d
55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

77
{{#each releases}}
8-
{{#each commits}}
9-
- Commits have a {{shorthash}}, a {{subject}} and a {{href}}, amongst other things.
10-
{{/each}}
8+
Every release has a {{title}} and a {{href}} you can use to link to the commit diff.
9+
It also has an {{isoDate}} and a {{niceDate}} you might want to use.
10+
{{#each merges}}
11+
- A merge has a {{message}}, an {{id}} and a {{href}} to the PR.
12+
{{/each}}
13+
{{#each fixes}}
14+
- Each fix has a {{commit}} with a {{commit.subject}}, an {{id}} and a {{href}} to the fixed issue.
15+
{{/each}}
16+
{{#each commits}}
17+
- Commits have a {{shorthash}}, a {{subject}} and a {{href}}, amongst other things.
18+
{{/each}}
1119
{{/each}}
1220

1321
{{#each releases}}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"hotfix\\(": ""
1313
}
1414
},
15-
"version": "1.9.0",
15+
"version": "1.10.0",
1616
"scripts": {
17-
"version": "auto-changelog -p --template changelog-template.hbs --commit-limit false && git add CHANGELOG.md",
17+
"version": "auto-changelog -p --commit-limit false && git add CHANGELOG.md",
1818
"version-json": "auto-changelog --template json --output changelog-data.json"
1919
},
2020
"dependencies": {

0 commit comments

Comments
 (0)