Skip to content

Commit

Permalink
fix(publish): Updated code so that it would publish release. (#10306)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj committed Apr 24, 2024
1 parent a08bbac commit 5e80510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ echo "Doing a release..."
LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
PR_NUM=${LOG:1}

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

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


if grep -i "Successfully published" lerna-output.txt; # Leave a Github comment
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ All component documentation is available on [PatternFly.org](https://www.pattern
### Contribution guidelines
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.

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

0 comments on commit 5e80510

Please sign in to comment.