Skip to content

Commit 6c32767

Browse files
committed
updated with token for symantic release.
1 parent ef0804e commit 6c32767

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

packages/module/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"branches": "main"
3232
},
3333
"publishConfig": {
34-
"access": "public"
34+
"access": "public",
35+
"registry": "https://registry.npmjs.org/",
36+
"tag": "prerelease"
3537
},
3638
"dependencies": {
3739
"@patternfly/react-core": "^4.250.1"

packages/module/realease.config.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
module.exports = {
2+
branches: [
3+
'main',
4+
{ name: 'main', channel: 'prerelease' }
5+
],
6+
plugins: [
7+
'@semantic-release/commit-analyzer',
8+
'@semantic-release/release-notes-generator',
9+
'@semantic-release/npm',
10+
'@semantic-release/github'
11+
],
12+
tagFormat: 'prerelease-v${version}',
13+
};

0 commit comments

Comments
 (0)