Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fweinrich committed Oct 31, 2023
1 parent b9b05cf commit 3ae93c0
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 342 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- manual_export
- dev

permissions:
contents: read # for checkout
Expand Down
24 changes: 19 additions & 5 deletions .releaserc.json
@@ -1,7 +1,21 @@
{
"branches": [
"main",
{ "name": "dev", "channel": "beta"}
],
"repositoryUrl": "git@github.com:goodhood-eu/design-tokens.git"
"debug": true,
"branches": ["main",{"name": "dev", "prerelease": true}],
"repositoryUrl": "git@github.com:goodhood-eu/design-tokens.git",

"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]"
}
]
]
}

0 comments on commit 3ae93c0

Please sign in to comment.