Skip to content

Commit fcac7a3

Browse files
authored
Merge pull request #4 from patternfly/commonJS
updated with token for symantic release.
2 parents 8bc0860 + 1993fc9 commit fcac7a3

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

packages/module/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@
2727
"url": "https://github.com/patternfly/extended-components/issues"
2828
},
2929
"homepage": "https://github.com/patternfly/extended-components#readme",
30-
"release": {
31-
"branches": "main"
32-
},
3330
"publishConfig": {
34-
"access": "public"
31+
"access": "public",
32+
"tag": "prerelease"
3533
},
3634
"dependencies": {
3735
"@patternfly/react-core": "^4.250.1"

packages/module/release.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)