Skip to content

Commit 4d12d72

Browse files
authored
fix(release): fix release-please configuration and CHANGELOG.md formatting (#352)
1 parent 22304b0 commit 4d12d72

File tree

2 files changed

+36
-21
lines changed

2 files changed

+36
-21
lines changed

.github/workflows/release-please.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on:
2+
workflow_dispatch:
23
push:
34
branches:
45
- main
@@ -16,4 +17,18 @@ jobs:
1617
- uses: google-github-actions/release-please-action@v4
1718
with:
1819
token: ${{ secrets.GITHUB_TOKEN }}
19-
release-type: simple
20+
release-type: node
21+
changelog-types: >
22+
[
23+
{ "type": "build", "section": "Build System", "hidden": false },
24+
{ "type": "ci", "section": "Continuous Integration", "hidden": false },
25+
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
26+
{ "type": "docs", "section": "Documentation", "hidden": false },
27+
{ "type": "feat", "section": "Features", "hidden": false },
28+
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
29+
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
30+
{ "type": "revert", "section": "Reverts", "hidden": false },
31+
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
32+
{ "type": "style", "section": "Styles", "hidden": false },
33+
{ "type": "test", "section": "Tests", "hidden": false }
34+
]

CHANGELOG.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
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.
4-
5-
# [2.0.0](https://github.com/autero1/action-terragrunt/compare/v1.3.2...v2.0.0) (2024-02-17)
6-
7-
8-
### chore
9-
10-
* bump dependencies ([5853e32](https://github.com/autero1/action-terragrunt/commit/5853e327548746e7f8044d26a47e97de912f33a3))
11-
12-
### test
13-
14-
* install 0.54.0 terragrunt in test ([f9da40a](https://github.com/autero1/action-terragrunt/commit/f9da40a1acbeb5c62601a5ba9b6f067a86cd518e))
15-
* only upload ubuntu coverage ([a4f7188](https://github.com/autero1/action-terragrunt/commit/a4f7188b08b0bee271c08dc81ae828860a9834d3))
16-
* restore got for the time being ([9a2698f](https://github.com/autero1/action-terragrunt/commit/9a2698f760748ca2930d82a358c7e5bd14bac9b3))
17-
18-
19-
203
## [3.0.0](https://github.com/autero1/action-terragrunt/compare/v2.0.0...v3.0.0) (2024-02-18)
214

225

@@ -40,6 +23,23 @@ All notable changes to this project will be documented in this file. See [standa
4023

4124
* change input/output vars underscores to dashes ([ea717b1](https://github.com/autero1/action-terragrunt/commit/ea717b1be44da5d5d4f6b9bc07688c1945d766d7))
4225

26+
27+
28+
29+
## [2.0.0](https://github.com/autero1/action-terragrunt/compare/v1.3.2...v2.0.0) (2024-02-17)
30+
31+
### chore
32+
33+
* bump dependencies ([5853e32](https://github.com/autero1/action-terragrunt/commit/5853e327548746e7f8044d26a47e97de912f33a3))
34+
35+
### test
36+
37+
* install 0.54.0 terragrunt in test ([f9da40a](https://github.com/autero1/action-terragrunt/commit/f9da40a1acbeb5c62601a5ba9b6f067a86cd518e))
38+
* only upload ubuntu coverage ([a4f7188](https://github.com/autero1/action-terragrunt/commit/a4f7188b08b0bee271c08dc81ae828860a9834d3))
39+
* restore got for the time being ([9a2698f](https://github.com/autero1/action-terragrunt/commit/9a2698f760748ca2930d82a358c7e5bd14bac9b3))
40+
41+
42+
4343
## [1.3.2](https://github.com/autero1/action-terragrunt/compare/v1.3.1...v1.3.2) (2023-05-18)
4444

4545

@@ -62,7 +62,7 @@ All notable changes to this project will be documented in this file. See [standa
6262

6363

6464

65-
# [1.3.0](https://github.com/autero1/action-terragrunt/compare/v1.2.0...v1.3.0) (2023-01-24)
65+
## [1.3.0](https://github.com/autero1/action-terragrunt/compare/v1.2.0...v1.3.0) (2023-01-24)
6666

6767

6868
### feat
@@ -71,7 +71,7 @@ All notable changes to this project will be documented in this file. See [standa
7171

7272

7373

74-
# [1.2.0](https://github.com/autero1/action-terragrunt/compare/v1.1.1...v1.2.0) (2022-10-23)
74+
## [1.2.0](https://github.com/autero1/action-terragrunt/compare/v1.1.1...v1.2.0) (2022-10-23)
7575

7676

7777
### ci
@@ -90,7 +90,7 @@ All notable changes to this project will be documented in this file. See [standa
9090

9191

9292

93-
# [1.1.0](https://github.com/autero1/action-terragrunt/compare/v1.0.1...v1.1.0) (2021-04-04)
93+
## [1.1.0](https://github.com/autero1/action-terragrunt/compare/v1.0.1...v1.1.0) (2021-04-04)
9494

9595

9696
### feat

0 commit comments

Comments
 (0)