Skip to content

Commit

Permalink
support --tolerateRepubliush flag for java (#721)
Browse files Browse the repository at this point in the history
* support --tolerateRepubliush flag for java

* docs(changeset): support --tolerateRepublish flag for java
  • Loading branch information
eddiechayes authored Jun 22, 2024
1 parent 1fa60e9 commit 1035565
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions generator/konfig-dash/.changeset/sweet-pants-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'konfig-cli': patch
---

support --tolerateRepublish flag for java
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ export default class Publish extends Command {
'You cannot publish over the previously published version', // npm
'deprecations must be strings', // npm
'File already exists', // pypi
'does not allow updating artifact' // maven
]

const handleCommandResult = async ({
Expand Down

0 comments on commit 1035565

Please sign in to comment.