Skip to content

Commit d157088

Browse files
authored
feat: expose major versions only
1 parent a163ce2 commit d157088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"files": ["Dockerfile"],
2222
"from": "ghcr.io/codingpot/github-org-member-manage-action:.*",
23-
"to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version}",
23+
"to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version.split('.')[0]}",
2424
"results": [
2525
{
2626
"file": "Dockerfile",
@@ -34,7 +34,7 @@
3434
{
3535
"files": ["README.md"],
3636
"from": "\"codingpot/github-org-member-manage-action:v.*\"",
37-
"to": "\"codingpot/github-org-member-manage-action:v${nextRelease.version}\"",
37+
"to": "\"codingpot/github-org-member-manage-action:v${nextRelease.version.split('.')[0]}\"",
3838
"results": [
3939
{
4040
"file": "README.md",

0 commit comments

Comments
 (0)