Skip to content

Commit

Permalink
build: ensure adding suffix -redhat.n to released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Apr 18, 2024
1 parent 57b8af0 commit 1397f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint:fix": "yarn lint --fix",
"format:check": "yarn prettier --check .",
"format:fix": "yarn prettier --write .",
"release:hawtio": "yarn workspace @hawtio/react release",
"release:hawtio": "yarn workspace @hawtio/react release --prerelease redhat",
"publish:hawtio": "yarn workspace @hawtio/react npm publish --tolerate-republish"
},
"devDependencies": {
Expand Down

0 comments on commit 1397f53

Please sign in to comment.