Skip to content

Commit

Permalink
npm-update: Drop alpha versions for @patternfly
Browse files Browse the repository at this point in the history
The "alpha" and "prerelease" tags are currently very inconsistent in the
various @patternfly projects, and even go backwards. Stay at the stable
releases for the time being.
  • Loading branch information
martinpitt authored and jelly committed Aug 7, 2023
1 parent 4e32d6a commit b4e93cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions npm-update
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def write_package_json(package_json_path, data):
def prefix(name, version):
if not version[0].isdigit():
return version
if name.startswith("@patternfly"):
return "alpha"
return "~" + version


Expand Down

0 comments on commit b4e93cf

Please sign in to comment.