We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed the following Warning message while running release script:
[INFO] Not removing release POMs [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd /Users/me/stocator && git add -- pom.xml [INFO] Working directory: /Users/me/stocator [INFO] Executing: /bin/sh -c cd /Users/me/stocator && git rev-parse --show-toplevel [INFO] Working directory: /Users/me/stocator [INFO] Executing: /bin/sh -c cd /Users/me/stocator && git status --porcelain . [INFO] Working directory: /Users/me/stocator [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? release.properties [INFO] Executing: /bin/sh -c cd /Users/me/stocator && git commit --verbose -F /var/folders/cb/rvpslf8n3xz5dvjpnc5yvkvxjg3fv6/T/maven-scm-370684567.commit pom.xml
The text was updated successfully, but these errors were encountered:
@lresende can you please see if everything works as expected? Thanks
Sorry, something went wrong.
Are these outputs from the release script in master? I don't recognize some of the commands above from the original script.
@lresende yeap...i run ./create-release.sh --releaseVersion="1.0.32" --developmentVersion="1.0.33-SNAPSHOT" and got those prints.
No branches or pull requests
I noticed the following Warning message while running release script:
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /Users/me/stocator && git add -- pom.xml
[INFO] Working directory: /Users/me/stocator
[INFO] Executing: /bin/sh -c cd /Users/me/stocator && git rev-parse --show-toplevel
[INFO] Working directory: /Users/me/stocator
[INFO] Executing: /bin/sh -c cd /Users/me/stocator && git status --porcelain .
[INFO] Working directory: /Users/me/stocator
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] Executing: /bin/sh -c cd /Users/me/stocator && git commit --verbose -F /var/folders/cb/rvpslf8n3xz5dvjpnc5yvkvxjg3fv6/T/maven-scm-370684567.commit pom.xml
The text was updated successfully, but these errors were encountered: