Last active
January 4, 2023 14:06
-
-
Save findepi/a0bf0cee5b833b6f109cc79a3108380d to your computer and use it in GitHub Desktop.
Revisions
-
findepi revised this gist
Jan 4, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,8 @@ mvn clean release:clean && mvn release:prepare ``` ``` # `env GPG_TTY=$(tty)` may help with some sort of GPG problems mvn release:perform ``` ``` -
findepi revised this gist
Aug 10, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ ``` mvn clean release:clean && mvn release:prepare ``` ``` -
findepi revised this gist
Mar 20, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ env GPG_TTY=$(tty) mvn release:perform ``` ``` open https://oss.sonatype.org/#stagingRepositories # then find, close & release the staging repository ``` -
findepi created this gist
Mar 20, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ ``` mvn release:clean && mvn release:prepare ``` ``` # i guess i have something misconfigured with GPG env GPG_TTY=$(tty) mvn release:perform ``` ``` open https://oss.sonatype.org/ # then find, close & release the staging repository ``` ``` git push upstream master the-current-release-tag ```