Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Commit 7a61ee9

Browse files
author
Steven Weingärtner
committed
fix: ensure action.yml is updated for new versions
1 parent 746c759 commit 7a61ee9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.releaserc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@ plugins:
1111
- files: [action.yml]
1212
from: 'foundry-auto-release:[-_a-zA-Z0-9.]+'
1313
to: 'foundry-auto-release:${nextRelease.version}'
14-
- '@semantic-release/git'
14+
- - '@semantic-release/git'
15+
- assets:
16+
- action.yml
17+
- CHANGELOG.md
18+
- package.json
19+
- package-lock.json
1520
- '@semantic-release/github'

0 commit comments

Comments
 (0)