Skip to content

Commit

Permalink
build: fix prerelease tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
twittwer committed Oct 9, 2024
1 parent 5bdb0e6 commit 068f9fc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/compodoc/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
},
"beta": {
"baseBranch": "beta",
"releaseAs": "prerelease"
"releaseAs": "prerelease",
"preid": "beta",
"postTargets": ["compodoc:github:beta"]
},
"remote": {}
}
Expand All @@ -73,6 +75,11 @@
"executor": "@jscutlery/semver:github",
"options": {
"tag": "${tag}"
},
"configurations": {
"beta": {
"prerelease": true
}
}
},
"release": {
Expand Down

0 comments on commit 068f9fc

Please sign in to comment.