Skip to content

Commit 5e80510

Browse files
authored
fix(publish): Updated code so that it would publish release. (#10306)
1 parent a08bbac commit 5e80510

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ echo "Doing a release..."
1717
LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
1818
PR_NUM=${LOG:1}
1919

20-
# yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
20+
yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
2121

2222
# use lerna command below for dry run
23-
yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt
23+
# yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt
2424

2525

2626
if grep -i "Successfully published" lerna-output.txt; # Leave a Github comment

packages/react-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ All component documentation is available on [PatternFly.org](https://www.pattern
5151
### Contribution guidelines
5252
All React contributors must first be [PatternFly community contributors](https://www.patternfly.org/contribute/about). If you are already a PatternFly community contributor, check out the [React contribution guidelines](https://github.com/patternfly/patternfly-react/tree/main/CONTRIBUTING.md) to make React contributions.
5353

54-
### License
54+
### License
5555
PatternFly React is licensed under the [MIT License](https://github.com/patternfly/patternfly-react/tree/main/LICENSE).
5656

0 commit comments

Comments
 (0)