Skip to content

Commit 838cd33

Browse files
nicolethoenfhlavac
authored andcommitted
feat: try dryrun from v5 branch
1 parent 8315ee8 commit 838cd33

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
branches:
55
- main
6-
- v4
6+
- v5
77
jobs:
88
call-build-lint-test-workflow:
99
uses: ./.github/workflows/build-lint-test.yml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- main
6-
- v4
6+
- v5
77
jobs:
88
call-build-lint-test-workflow:
99
uses: ./.github/workflows/build-lint-test.yml

packages/module/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
},
2828
"homepage": "https://github.com/patternfly/react-data-view#readme",
2929
"publishConfig": {
30-
"access": "public",
31-
"tag": "prerelease"
30+
"access": "public"
3231
},
3332
"dependencies": {
3433
"@patternfly/react-core": "6.0.0-alpha.94",

packages/module/release.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
module.exports = {
2-
branches: [ 'do-not-delete', { name: 'main', channel: 'prerelease', prerelease: 'prerelease' } ],
2+
branches: [
3+
'do-not-delete',
4+
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' },
5+
{ name: 'v5', channel: 'prerelease-v1', range: '1.x' },
6+
],
37
analyzeCommits: {
48
preset: 'angular'
59
},

0 commit comments

Comments
 (0)