Skip to content

Commit d764f21

Browse files
fix(release): fix git link typo in package file (#4)
* fix(release): fix git link typo in package file * chore(enable releasing from branch for testing purposes) * chore(release): enable release gh action to run on this pr for testing * chore(release): edit release config for testing purposes
1 parent bf1036d commit d764f21

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- fix-release-attempt
67
jobs:
78
call-build-lint-test-workflow:
89
uses: ./.github/workflows/build-lint-test.yml

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:a11y": "patternfly-a11y --config patternfly-a11y.config",
1515
"serve:a11y": "yarn serve coverage"
1616
},
17-
"repository": "git+https://github.com/patternfly/react-console/.git",
17+
"repository": "git+https://github.com/patternfly/react-console.git",
1818
"keywords": [
1919
"react",
2020
"patternfly",

packages/module/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
module.exports = {
3-
branches: [{ name: 'main', channel: 'prerelease' }],
3+
branches: [{ name: 'main', channel: 'prerelease' }, { name: 'fix-release-attempt-2', channel: 'test' }],
44
analyzeCommits: {
55
preset: 'angular'
66
},

0 commit comments

Comments
 (0)