|
1 | 1 | # Changelog
|
2 | 2 |
|
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. |
4 | 4 |
|
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). |
6 | 6 |
|
7 | 7 |
|
| 8 | +## [v1.1.2] (2023-02-15) |
| 9 | + |
| 10 | +### Documentations |
| 11 | + |
| 12 | +- **changelog:** change format of CHANGELOG.md |
| 13 | + |
| 14 | +### Features |
| 15 | + |
| 16 | +- **dev-tool:** add git-chglog config |
| 17 | + |
| 18 | +Full Changelog: [v1.1.1...v1.1.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.1...v1.1.2) |
| 19 | + |
| 20 | +## [v1.1.1] (2023-02-14) |
| 21 | + |
| 22 | +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) |
| 23 | + |
| 24 | +## [v1.1.1-rc.0] (2023-02-14) |
| 25 | + |
8 | 26 | ### Bug Fixes
|
9 | 27 |
|
10 |
| -Workflows |
| 28 | +- **workflow-draft-release-hotfix-pr:** correct bash syntax |
| 29 | + |
| 30 | +- **workflow-release:** set the release as pre-release depending on the version |
| 31 | + |
| 32 | +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) |
11 | 33 |
|
12 |
| -* **release.yaml:** Auto set the release as pre-release depending on the version |
| 34 | +## [v1.1.0] (2023-02-14) |
13 | 35 |
|
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) |
| 36 | +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) |
| 37 | + |
| 38 | +## [v1.1.0-rc.3] (2023-02-14) |
15 | 39 |
|
16 | 40 | ### Bug Fixes
|
17 | 41 |
|
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)) |
| 42 | +- **workflow-auto-merge-release-hotfix-into-develop:** add missing step checkout repository |
20 | 43 |
|
21 |
| -## [1.1.0](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2...v1.1.0) (2023-02-14) |
| 44 | +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) |
22 | 45 |
|
23 |
| -### Features |
| 46 | +## [v1.1.0-rc.2] (2023-02-14) |
| 47 | + |
| 48 | +### Bug Fixes |
24 | 49 |
|
25 |
| -Workflows |
| 50 | +- **workflow-auto-merge-release-hotfix-into-develop:** set environment variable `GH_TOKEN` |
26 | 51 |
|
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. |
| 52 | +- **workflow-draft-release-hotfix-pr:** fix PR is missing label `pre-release` |
29 | 53 |
|
30 | 54 | ### Documentations
|
31 | 55 |
|
32 |
| -* **readme:** updated. |
| 56 | +- **readme:** add reference documentations |
| 57 | + |
| 58 | +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) |
33 | 59 |
|
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) |
| 60 | +## [v1.1.0-rc.1] (2023-02-14) |
35 | 61 |
|
36 | 62 | ### Bug Fixes
|
37 | 63 |
|
38 |
| -* **workflow-auto-merge-release-hotfix-into-develop:** add missing step checkout repository ([0ad55e9](https://github.com/ansidev/sample-gitflow-release-workflows/commit/0ad55e940fbb28eed070fd4926a0597aed0b1f87)) |
| 64 | +- **workflow-draft-release-hotfix-pr:** fix PR is missing label `pre-release` |
| 65 | + |
| 66 | +- **workflow-draft-release-hotfix-pr:** correct wrong logic |
| 67 | + |
| 68 | +### Documentations |
| 69 | + |
| 70 | +- update README.md |
| 71 | + |
| 72 | +### Features |
| 73 | + |
| 74 | +- **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)) |
39 | 75 |
|
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) |
| 76 | +- **workflow-auto-merge-release-hotfix-into-develop:** add new workflow for auto merging release/hotfix into develop |
| 77 | + |
| 78 | +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) |
| 79 | + |
| 80 | +## [v1.1.0-rc.0] (2023-02-14) |
41 | 81 |
|
42 | 82 | ### Bug Fixes
|
43 | 83 |
|
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)) |
| 84 | +- **workflow-draft_release_hotfix_pr:** ignore creating PR if it exists, add custom PR description |
46 | 85 |
|
47 |
| -### Documentations |
| 86 | +- **workflow-draft_release_hotfix_pr:** correct syntax |
48 | 87 |
|
49 |
| -* **readme:** add reference documentations ([3c310e3](https://github.com/ansidev/sample-gitflow-release-workflows/commit/3c310e3d591481b7c7d8daa748a8f838c0702dd5)) |
| 88 | +### Documentations |
50 | 89 |
|
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) |
| 90 | +- update README.md |
52 | 91 |
|
53 | 92 | ### Features
|
54 | 93 |
|
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)) |
| 94 | +- **workflow-draft-release-hotfix-pr:** add new workflow for auto creating draft pr on pushing release or hotfix branch |
| 95 | + |
| 96 | +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) |
| 97 | + |
| 98 | +## [v1.0.2] (2023-02-13) |
56 | 99 |
|
57 | 100 | ### Bug Fixes
|
58 | 101 |
|
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)) |
| 102 | +- **github-actions:** fix PR body |
61 | 103 |
|
62 | 104 | ### Documentations
|
63 | 105 |
|
64 |
| -* **readme:** update README.md ([bd62d5a](https://github.com/ansidev/sample-gitflow-release-workflows/commit/bd62d5abd674b76d452b3b1c151749ca572f3f79)) |
| 106 | +- update README.md |
65 | 107 |
|
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) |
| 108 | +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) |
67 | 109 |
|
68 |
| -### Features |
| 110 | +## [v1.0.2-rc.0] (2023-02-13) |
69 | 111 |
|
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)) |
| 112 | +### Features |
71 | 113 |
|
72 |
| -### Documentations |
| 114 | +- **workflow-release:** auto create merge commit for PR on merging |
73 | 115 |
|
74 |
| -* **readme:** update README.md ([9175012](https://github.com/ansidev/sample-gitflow-release-workflows/commit/9175012bed48f47fc08e681983ad21f81e8e2f04)) |
| 116 | +- **workflow-release:** auto merge PR after creating ([#18](https://github.com/ansidev/sample-gitflow-release-workflows/issues/18)) |
75 | 117 |
|
76 |
| -## [1.0.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2-rc.0...v1.0.2) (2023-02-13) |
| 118 | +- **workflow-release:** auto merge PR after creating |
77 | 119 |
|
78 |
| -### Bug Fixes |
| 120 | +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) |
79 | 121 |
|
80 |
| -* **github-actions:** fix PR body ([4701d3a](https://github.com/ansidev/sample-gitflow-release-workflows/commit/4701d3a33ea1f9563662ac0ddeb47ceb972e66d6)) |
| 122 | +## [v1.0.1-rc.7] (2023-02-13) |
81 | 123 |
|
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) |
| 124 | +### Bug Fixes |
83 | 125 |
|
84 |
| -### Features |
| 126 | +- **github-actions:** fix failed command gh pr create |
85 | 127 |
|
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)) |
| 128 | +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) |
88 | 129 |
|
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) |
| 130 | +## [v1.0.1-rc.6] (2023-02-13) |
90 | 131 |
|
91 | 132 | ### Bug Fixes
|
92 | 133 |
|
93 |
| -* **github-actions:** fix failed command gh pr create ([c57d773](https://github.com/ansidev/sample-gitflow-release-workflows/commit/c57d773547c355bbff010a12d602f4abb0cb985d)) |
| 134 | +- **github-actions:** correct command flag value |
| 135 | + |
| 136 | +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) |
94 | 137 |
|
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) |
| 138 | +## [v1.0.1-rc.5] (2023-02-13) |
96 | 139 |
|
97 | 140 | ### Bug Fixes
|
98 | 141 |
|
99 |
| -* **github-actions:** correct command flag value ([95af6a2](https://github.com/ansidev/sample-gitflow-release-workflows/commit/95af6a2f92adb1f3a6709c9225b3028aedbc5987)) |
| 142 | +- **github-actions:** revert wrong changes |
100 | 143 |
|
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) |
| 144 | +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) |
| 145 | + |
| 146 | +## [v1.0.1-rc.4] (2023-02-13) |
102 | 147 |
|
103 | 148 | ### Bug Fixes
|
104 | 149 |
|
105 |
| -* **github-actions:** revert wrong changes ([1e044df](https://github.com/ansidev/sample-gitflow-release-workflows/commit/1e044dfd9746afbe7263c484813a8a26920119bf)) |
| 150 | +- **github-actions:** fix fail steps and refactor code |
| 151 | + |
| 152 | +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) |
106 | 153 |
|
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) |
| 154 | +## [v1.0.1-rc.3] (2023-02-13) |
108 | 155 |
|
109 | 156 | ### Bug Fixes
|
110 | 157 |
|
111 |
| -* **github-actions:** fix fail steps and refactor code ([872d740](https://github.com/ansidev/sample-gitflow-release-workflows/commit/872d740b98dd15adc988079744656814229f37d5)) |
| 158 | +- **github-actions:** remove invalid command flag |
| 159 | + |
| 160 | +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) |
112 | 161 |
|
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) |
| 162 | +## [v1.0.1-rc.2] (2023-02-13) |
114 | 163 |
|
115 | 164 | ### Bug Fixes
|
116 | 165 |
|
117 |
| -* **github-actions:** remove invalid command flag ([1794f4c](https://github.com/ansidev/sample-gitflow-release-workflows/commit/1794f4cc27e9053e6ddbbccd01d7d0895812d510)) |
| 166 | +- **github-actions:** add missing checkout step |
118 | 167 |
|
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) |
| 168 | +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) |
| 169 | + |
| 170 | +## [v1.0.1-rc.1] (2023-02-13) |
120 | 171 |
|
121 | 172 | ### Bug Fixes
|
122 | 173 |
|
123 |
| -* **github-actions:** add missing checkout step ([e20f63a](https://github.com/ansidev/sample-gitflow-release-workflows/commit/e20f63ababd316d413b9573c727c68717b3b480d)) |
| 174 | +- **github-actions:** correct syntax |
| 175 | + |
| 176 | +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) |
124 | 177 |
|
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) |
| 178 | +## [v1.0.1-rc.0] (2023-02-13) |
126 | 179 |
|
127 | 180 | ### Bug Fixes
|
128 | 181 |
|
129 |
| -* **github-actions:** correct syntax ([dcea1b6](https://github.com/ansidev/sample-gitflow-release-workflows/commit/dcea1b6fde978a05ca3ff8855af26600e7a9f226)) |
| 182 | +- **github-actions:** rename repository secret variable GITHUB_TOKEN to GH_TOKEN |
| 183 | + |
| 184 | +### Documentations |
130 | 185 |
|
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) |
| 186 | +- update README.md |
132 | 187 |
|
133 | 188 | ### Features
|
134 | 189 |
|
135 |
| -* **github-actions:** update workflow using GitHub CLI ([d46d2c0](https://github.com/ansidev/sample-gitflow-release-workflows/commit/d46d2c0d4fcde955b68d40400d51a33747a73016)) |
| 190 | +- **github-actions:** update workflow using GitHub CLI |
136 | 191 |
|
137 |
| -### Bug Fixes |
| 192 | +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) |
| 193 | + |
| 194 | +## v1.0.0-rc.1 (2023-02-13) |
138 | 195 |
|
139 |
| -* **github-actions:** rename repository secret variable GITHUB_TOKEN to GH_TOKEN ([5da410e](https://github.com/ansidev/sample-gitflow-release-workflows/commit/5da410ee04fe1151835df35f4795dab51d18aa18)) |
| 196 | +### Bug Fixes |
140 | 197 |
|
141 |
| -## 1.0.0-rc.1 (2023-02-12) |
| 198 | +- **github-actions:** rename repository secret variable GITHUB_TOKEN to GH_TOKEN |
142 | 199 |
|
143 |
| -### Features |
| 200 | +### Documentations |
144 | 201 |
|
145 |
| -* **ci:** add workflow release ([b6d71ae](https://github.com/ansidev/sample-gitflow-release-workflows/commit/b6d71aeb3e913af7261e62c9091802078f6cb6b5)) |
| 202 | +- update README.md |
| 203 | + |
| 204 | +Full Changelog: [v1.0.0-rc.1](https://github.com/ansidev/sample-gitflow-release-workflows/commits/v1.0.0-rc.1) |
| 205 | + |
| 206 | +[v1.1.2]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.1...v1.1.2 |
| 207 | +[v1.1.1]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.1-rc.0...v1.1.1 |
| 208 | +[v1.1.1-rc.0]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0...v1.1.1-rc.0 |
| 209 | +[v1.1.0]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.3...v1.1.0 |
| 210 | +[v1.1.0-rc.3]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.2...v1.1.0-rc.3 |
| 211 | +[v1.1.0-rc.2]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.1...v1.1.0-rc.2 |
| 212 | +[v1.1.0-rc.1]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.0...v1.1.0-rc.1 |
| 213 | +[v1.1.0-rc.0]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2...v1.1.0-rc.0 |
| 214 | +[v1.0.2]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.2-rc.0...v1.0.2 |
| 215 | +[v1.0.2-rc.0]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.7...v1.0.2-rc.0 |
| 216 | +[v1.0.1-rc.7]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.6...v1.0.1-rc.7 |
| 217 | +[v1.0.1-rc.6]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.5...v1.0.1-rc.6 |
| 218 | +[v1.0.1-rc.5]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.4...v1.0.1-rc.5 |
| 219 | +[v1.0.1-rc.4]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.3...v1.0.1-rc.4 |
| 220 | +[v1.0.1-rc.3]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.2...v1.0.1-rc.3 |
| 221 | +[v1.0.1-rc.2]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.1...v1.0.1-rc.2 |
| 222 | +[v1.0.1-rc.1]: https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.0...v1.0.1-rc.1 |
| 223 | +[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