You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Daniel, a quick question. is it a way to use the current branch in the bold section? What I am looking for is to have an inline conf where I do not need to define hardcoding the branch. We create many branches and every time I need to change the branch name. I am sure this is Azure pipeline question but I am kinda new on this.
Hi Daniel, a quick question. is it a way to use the current branch in the bold section? What I am looking for is to have an inline conf where I do not need to define hardcoding the branch. We create many branches and every time I need to change the branch name. I am sure this is Azure pipeline question but I am kinda new on this.
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
"@semantic-release/changelog",
"@semantic-release/git"
],
"branches": ["feature/PIV-5049", {"name": "beta", "prerelease": true}]
}
The text was updated successfully, but these errors were encountered: