Skip to content

Commit

Permalink
Merge pull request #16 from eieste/development
Browse files Browse the repository at this point in the history
fix: gh-actions
  • Loading branch information
eieste authored Nov 8, 2024
2 parents 389382c + 033a72b commit b84d38e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "lts/*"

Expand Down
2 changes: 2 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
args: ["forcedremotesource"]
language: python
files: (\.tf)$

- id: check-moveddate
name: forcedremoutesources
description: Check if all moved blocks has dates defined.
entry: tfutility
args: ["moveddate"]
language: python
files: (\.tf)$

- id: check-importdate
name: importdate
description: Check if all imports has dates defined
Expand Down
4 changes: 4 additions & 0 deletions .releaserc.prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ prepare:
changelogFile: "CHANGELOG.md"
- path: "@semantic-release/exec"
cmd: "echo ${nextRelease.version} > VERSION"
- path: "@semantic-release/git"
assets:
- VERSION
- CHANELOG.md

publish:
- path: "@semantic-release/github"
Expand Down

0 comments on commit b84d38e

Please sign in to comment.