Skip to content

Commit

Permalink
Note possible beta/unstable issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Mar 4, 2024
1 parent 7ecd0a4 commit fa6834b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pds/roundup/_nodejs.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def execute(self):
if self.assembly.isStable():
argv = ['npm', 'publish']
else:
argv = ['npm', 'publish', '--tag', 'unstable']
argv = ['npm', 'publish', '--tag', 'unstable'] # In NASA-PDS/devops#69 @jordanpadams may prefer β
invoke(argv)
except InvokedProcessError:
# For unstalbe releases, we ignore this
Expand Down

0 comments on commit fa6834b

Please sign in to comment.