Skip to content

Commit 897545d

Browse files
authored
chore: enable release-please action (#276)
1 parent e8c7ddf commit 897545d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
name: release-please
6+
jobs:
7+
release-please:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: google-github-actions/release-please-action@v3
11+
with:
12+
release-type: terraform-module

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<a name="unreleased"></a>
2-
## [Unreleased]
3-
4-
51
<a name="1.0.0"></a>
62
## [1.0.0] - 2022-02-19
73
### Feat

0 commit comments

Comments
 (0)