Skip to content

Commit 58b4288

Browse files
committed
docs(changelog): change format of CHANGELOG.md
1 parent 385b756 commit 58b4288

File tree

1 file changed

+123
-58
lines changed

1 file changed

+123
-58
lines changed

CHANGELOG.md

Lines changed: 123 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,145 +1,210 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
44

5-
## [1.1.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0...v1.1.1) (2023-02-14)
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
66

77

8+
## [v1.1.1] (2023-02-14)
9+
10+
Full Changelog: [v1.1.1-rc.0...v1.1.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.1-rc.0...v1.1.1)
11+
12+
## [v1.1.1-rc.0] (2023-02-14)
13+
814
### Bug Fixes
915

10-
Workflows
16+
- **workflow-draft-release-hotfix-pr:** correct bash syntax
17+
18+
- **workflow-release:** set the release as pre-release depending on the version
19+
20+
Full Changelog: [v1.1.0...v1.1.1-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0...v1.1.1-rc.0)
21+
22+
## [v1.1.0] (2023-02-14)
1123

12-
* **release.yaml:** Auto set the release as pre-release depending on the version
24+
Full Changelog: [v1.1.0-rc.3...v1.1.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.3...v1.1.0)
1325

14-
## [1.1.1-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0...v1.1.1-rc.0) (2023-02-14)
26+
## [v1.1.0-rc.3] (2023-02-14)
1527

1628
### Bug Fixes
1729

18-
* **workflow-draft-release-hotfix-pr:** correct bash syntax ([e2b4f5d](https://github.com/ansidev/sample-gitflow-release-workflows/commit/e2b4f5d5b4f9534d0bd12eda8845b8d7c5da070f))
19-
* **workflow-release:** set the release as pre-release depending on the version ([dad55ae](https://github.com/ansidev/sample-gitflow-release-workflows/commit/dad55ae20f9482519d7a5c7b80051c8b812656ba))
30+
- **workflow-auto-merge-release-hotfix-into-develop:** add missing step checkout repository
2031

21-
## [1.1.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2...v1.1.0) (2023-02-14)
32+
Full Changelog: [v1.1.0-rc.2...v1.1.0-rc.3](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.2...v1.1.0-rc.3)
2233

23-
### Features
34+
## [v1.1.0-rc.2] (2023-02-14)
35+
36+
### Bug Fixes
2437

25-
Workflows
38+
- **workflow-auto-merge-release-hotfix-into-develop:** set environment variable `GH_TOKEN`
2639

27-
* **draft_release_hotfix_pr.yaml:** Auto create draft PR on pushing to release/hotfix branch
28-
* **auto_merge_release_hotfix_into_develop.yaml:** Auto merge branch release/hotfix into develop after new version was released.
40+
- **workflow-draft-release-hotfix-pr:** fix PR is missing label `pre-release`
2941

3042
### Documentations
3143

32-
* **readme:** updated.
44+
- **readme:** add reference documentations
3345

34-
## [1.1.0-rc.3](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.2...v1.1.0-rc.3) (2023-02-14)
46+
Full Changelog: [v1.1.0-rc.1...v1.1.0-rc.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.1...v1.1.0-rc.2)
47+
48+
## [v1.1.0-rc.1] (2023-02-14)
3549

3650
### Bug Fixes
3751

38-
* **workflow-auto-merge-release-hotfix-into-develop:** add missing step checkout repository ([0ad55e9](https://github.com/ansidev/sample-gitflow-release-workflows/commit/0ad55e940fbb28eed070fd4926a0597aed0b1f87))
52+
- **workflow-draft-release-hotfix-pr:** fix PR is missing label `pre-release`
3953

40-
## [1.1.0-rc.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.1...v1.1.0-rc.2) (2023-02-14)
54+
- **workflow-draft-release-hotfix-pr:** correct wrong logic
55+
56+
### Documentations
57+
58+
- update README.md
59+
60+
### Features
61+
62+
- **workflow-auto-merge-release-hotfix-into-develop:** add new workflow for auto merging release/hotfix into develop ([#26](https://github.com/ansidev/sample-gitflow-release-workflows/issues/26))
63+
64+
- **workflow-auto-merge-release-hotfix-into-develop:** add new workflow for auto merging release/hotfix into develop
65+
66+
Full Changelog: [v1.1.0-rc.0...v1.1.0-rc.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.0...v1.1.0-rc.1)
67+
68+
## [v1.1.0-rc.0] (2023-02-14)
4169

4270
### Bug Fixes
4371

44-
* **workflow-auto-merge-release-hotfix-into-develop:** set environment variable `GH_TOKEN` ([5e57d0e](https://github.com/ansidev/sample-gitflow-release-workflows/commit/5e57d0e99cf383b1926b8d263a90c128009046e6))
45-
* **workflow-draft-release-hotfix-pr:** fix PR is missing label `pre-release` ([9c63f52](https://github.com/ansidev/sample-gitflow-release-workflows/commit/9c63f522430ddc3e689081f4df5345be5fdd3494))
72+
- **workflow-draft_release_hotfix_pr:** ignore creating PR if it exists, add custom PR description
4673

47-
### Documentations
74+
- **workflow-draft_release_hotfix_pr:** correct syntax
4875

49-
* **readme:** add reference documentations ([3c310e3](https://github.com/ansidev/sample-gitflow-release-workflows/commit/3c310e3d591481b7c7d8daa748a8f838c0702dd5))
76+
### Documentations
5077

51-
## [1.1.0-rc.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.0...v1.1.0-rc.1) (2023-02-14)
78+
- update README.md
5279

5380
### Features
5481

55-
* **workflow-auto-merge-release-hotfix-into-develop:** add new workflow for auto merging release/hotfix into develop ([c9d2c41](https://github.com/ansidev/sample-gitflow-release-workflows/commit/c9d2c413e1c3e3aeb1d3c31c529b96f5c29e4bf5))
82+
- **workflow-draft-release-hotfix-pr:** add new workflow for auto creating draft pr on pushing release or hotfix branch
83+
84+
Full Changelog: [v1.0.2...v1.1.0-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2...v1.1.0-rc.0)
85+
86+
## [v1.0.2] (2023-02-13)
5687

5788
### Bug Fixes
5889

59-
* **workflow-draft-release-hotfix-pr:** correct wrong logic ([f36ddf1](https://github.com/ansidev/sample-gitflow-release-workflows/commit/f36ddf1e174e72b65b21efa41f623ce2371d0355))
60-
* **workflow-draft-release-hotfix-pr:** fix PR is missing label `pre-release` ([fe4d1e0](https://github.com/ansidev/sample-gitflow-release-workflows/commit/fe4d1e00b9d2517bbe0f89794ea2668bea5765fa))
90+
- **github-actions:** fix PR body
6191

6292
### Documentations
6393

64-
* **readme:** update README.md ([bd62d5a](https://github.com/ansidev/sample-gitflow-release-workflows/commit/bd62d5abd674b76d452b3b1c151749ca572f3f79))
94+
- update README.md
6595

66-
## [1.1.0-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2...v1.1.0-rc.0) (2023-02-13)
96+
Full Changelog: [v1.0.2-rc.0...v1.0.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2-rc.0...v1.0.2)
6797

68-
### Features
98+
## [v1.0.2-rc.0] (2023-02-13)
6999

70-
* **workflow-draft-release-hotfix-pr:** add new workflow for auto creating draft pr on pushing release or hotfix branch ([c539237](https://github.com/ansidev/sample-gitflow-release-workflows/commit/c53923703db4aaa1289092fe76482f98a10e6bea))
100+
### Features
71101

72-
### Documentations
102+
- **workflow-release:** auto create merge commit for PR on merging
73103

74-
* **readme:** update README.md ([9175012](https://github.com/ansidev/sample-gitflow-release-workflows/commit/9175012bed48f47fc08e681983ad21f81e8e2f04))
104+
- **workflow-release:** auto merge PR after creating ([#18](https://github.com/ansidev/sample-gitflow-release-workflows/issues/18))
75105

76-
## [1.0.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2-rc.0...v1.0.2) (2023-02-13)
106+
- **workflow-release:** auto merge PR after creating
77107

78-
### Bug Fixes
108+
Full Changelog: [v1.0.1-rc.7...v1.0.2-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.7...v1.0.2-rc.0)
79109

80-
* **github-actions:** fix PR body ([4701d3a](https://github.com/ansidev/sample-gitflow-release-workflows/commit/4701d3a33ea1f9563662ac0ddeb47ceb972e66d6))
110+
## [v1.0.1-rc.7] (2023-02-13)
81111

82-
## [1.0.2-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.7...v1.0.2-rc.0) (2023-02-13)
112+
### Bug Fixes
83113

84-
### Features
114+
- **github-actions:** fix failed command gh pr create
85115

86-
* **workflow-release:** auto create merge commit for PR on merging ([bc07fe5](https://github.com/ansidev/sample-gitflow-release-workflows/commit/bc07fe522fc2dbc8ea4171be7404a8870f4dce38))
87-
* **workflow-release:** auto merge PR after creating ([85a272f](https://github.com/ansidev/sample-gitflow-release-workflows/commit/85a272f377da0589b55bbc9420d933237f41ff6e))
116+
Full Changelog: [v1.0.1-rc.6...v1.0.1-rc.7](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.6...v1.0.1-rc.7)
88117

89-
## [1.0.1-rc.7](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.6...v1.0.1-rc.7) (2023-02-13)
118+
## [v1.0.1-rc.6] (2023-02-13)
90119

91120
### Bug Fixes
92121

93-
* **github-actions:** fix failed command gh pr create ([c57d773](https://github.com/ansidev/sample-gitflow-release-workflows/commit/c57d773547c355bbff010a12d602f4abb0cb985d))
122+
- **github-actions:** correct command flag value
123+
124+
Full Changelog: [v1.0.1-rc.5...v1.0.1-rc.6](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.5...v1.0.1-rc.6)
94125

95-
## [1.0.1-rc.6](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.5...v1.0.1-rc.6) (2023-02-13)
126+
## [v1.0.1-rc.5] (2023-02-13)
96127

97128
### Bug Fixes
98129

99-
* **github-actions:** correct command flag value ([95af6a2](https://github.com/ansidev/sample-gitflow-release-workflows/commit/95af6a2f92adb1f3a6709c9225b3028aedbc5987))
130+
- **github-actions:** revert wrong changes
100131

101-
## [1.0.1-rc.5](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.4...v1.0.1-rc.5) (2023-02-13)
132+
Full Changelog: [v1.0.1-rc.4...v1.0.1-rc.5](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.4...v1.0.1-rc.5)
133+
134+
## [v1.0.1-rc.4] (2023-02-13)
102135

103136
### Bug Fixes
104137

105-
* **github-actions:** revert wrong changes ([1e044df](https://github.com/ansidev/sample-gitflow-release-workflows/commit/1e044dfd9746afbe7263c484813a8a26920119bf))
138+
- **github-actions:** fix fail steps and refactor code
139+
140+
Full Changelog: [v1.0.1-rc.3...v1.0.1-rc.4](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.3...v1.0.1-rc.4)
106141

107-
## [1.0.1-rc.4](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.3...v1.0.1-rc.4) (2023-02-12)
142+
## [v1.0.1-rc.3] (2023-02-13)
108143

109144
### Bug Fixes
110145

111-
* **github-actions:** fix fail steps and refactor code ([872d740](https://github.com/ansidev/sample-gitflow-release-workflows/commit/872d740b98dd15adc988079744656814229f37d5))
146+
- **github-actions:** remove invalid command flag
112147

113-
## [1.0.1-rc.3](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.2...v1.0.1-rc.3) (2023-02-12)
148+
Full Changelog: [v1.0.1-rc.2...v1.0.1-rc.3](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.2...v1.0.1-rc.3)
149+
150+
## [v1.0.1-rc.2] (2023-02-13)
114151

115152
### Bug Fixes
116153

117-
* **github-actions:** remove invalid command flag ([1794f4c](https://github.com/ansidev/sample-gitflow-release-workflows/commit/1794f4cc27e9053e6ddbbccd01d7d0895812d510))
154+
- **github-actions:** add missing checkout step
155+
156+
Full Changelog: [v1.0.1-rc.1...v1.0.1-rc.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.1...v1.0.1-rc.2)
118157

119-
## [1.0.1-rc.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.1...v1.0.1-rc.2) (2023-02-12)
158+
## [v1.0.1-rc.1] (2023-02-13)
120159

121160
### Bug Fixes
122161

123-
* **github-actions:** add missing checkout step ([e20f63a](https://github.com/ansidev/sample-gitflow-release-workflows/commit/e20f63ababd316d413b9573c727c68717b3b480d))
162+
- **github-actions:** correct syntax
163+
164+
Full Changelog: [v1.0.1-rc.0...v1.0.1-rc.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.0...v1.0.1-rc.1)
124165

125-
## [1.0.1-rc.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.0...v1.0.1-rc.1) (2023-02-12)
166+
## [v1.0.1-rc.0] (2023-02-13)
126167

127168
### Bug Fixes
128169

129-
* **github-actions:** correct syntax ([dcea1b6](https://github.com/ansidev/sample-gitflow-release-workflows/commit/dcea1b6fde978a05ca3ff8855af26600e7a9f226))
170+
- **github-actions:** rename repository secret variable GITHUB_TOKEN to GH_TOKEN
171+
172+
### Documentations
130173

131-
## [1.0.1-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.0-rc.1...v1.0.1-rc.0) (2023-02-12)
174+
- update README.md
132175

133176
### Features
134177

135-
* **github-actions:** update workflow using GitHub CLI ([d46d2c0](https://github.com/ansidev/sample-gitflow-release-workflows/commit/d46d2c0d4fcde955b68d40400d51a33747a73016))
178+
- **github-actions:** update workflow using GitHub CLI
136179

137-
### Bug Fixes
180+
Full Changelog: [v1.0.0-rc.1...v1.0.1-rc.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.0-rc.1...v1.0.1-rc.0)
138181

139-
* **github-actions:** rename repository secret variable GITHUB_TOKEN to GH_TOKEN ([5da410e](https://github.com/ansidev/sample-gitflow-release-workflows/commit/5da410ee04fe1151835df35f4795dab51d18aa18))
182+
## v1.0.0-rc.1 (2023-02-13)
140183

141-
## 1.0.0-rc.1 (2023-02-12)
184+
### Bug Fixes
142185

143-
### Features
186+
- **github-actions:** rename repository secret variable GITHUB_TOKEN to GH_TOKEN
187+
188+
### Documentations
144189

145-
* **ci:** add workflow release ([b6d71ae](https://github.com/ansidev/sample-gitflow-release-workflows/commit/b6d71aeb3e913af7261e62c9091802078f6cb6b5))
190+
- update README.md
191+
192+
Full Changelog: [v1.0.0-rc.1](https://github.com/ansidev/sample-gitflow-release-workflows/commits/v1.0.0-rc.1)
193+
194+
[v1.1.1]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.1-rc.0...v1.1.1
195+
[v1.1.1-rc.0]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0...v1.1.1-rc.0
196+
[v1.1.0]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.3...v1.1.0
197+
[v1.1.0-rc.3]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.2...v1.1.0-rc.3
198+
[v1.1.0-rc.2]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.1...v1.1.0-rc.2
199+
[v1.1.0-rc.1]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.0...v1.1.0-rc.1
200+
[v1.1.0-rc.0]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2...v1.1.0-rc.0
201+
[v1.0.2]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2-rc.0...v1.0.2
202+
[v1.0.2-rc.0]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.7...v1.0.2-rc.0
203+
[v1.0.1-rc.7]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.6...v1.0.1-rc.7
204+
[v1.0.1-rc.6]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.5...v1.0.1-rc.6
205+
[v1.0.1-rc.5]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.4...v1.0.1-rc.5
206+
[v1.0.1-rc.4]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.3...v1.0.1-rc.4
207+
[v1.0.1-rc.3]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.2...v1.0.1-rc.3
208+
[v1.0.1-rc.2]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.1...v1.0.1-rc.2
209+
[v1.0.1-rc.1]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.0...v1.0.1-rc.1
210+
[v1.0.1-rc.0]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.0-rc.1...v1.0.1-rc.0

0 commit comments

Comments
 (0)