Skip to content
New issue

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

[release] Missing checksums when files are configured #294

Closed
2 of 4 tasks
aalmiray opened this issue Jul 16, 2021 · 0 comments
Closed
2 of 4 tasks

[release] Missing checksums when files are configured #294

aalmiray opened this issue Jul 16, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@aalmiray
Copy link
Member

Task List

  • Steps to reproduce provided
  • Stacktrace (if present) provided
  • Example that reproduces the problem (link to git repository is ideal)
  • Full description of the issue provided (see below)

Steps to Reproduce

  1. Configure a project with 1 extra file
files:
  artifacts:
    - path: pom.xml
  1. Configure individual checksums and 1 additional algorithm
checksum:
  individual: true
  algorithms:
    - md5
  1. Perform a release

Expected Behaviour

The following files should be uploaded

[INFO]   - uploading pom.xml
[INFO]   - uploading pom.xml.md5
[INFO]   - uploading pom.xml.sha256
[INFO]   - uploading checksums_md5.txt
[INFO]   - uploading checksums_sha256.txt

Actual Behaviour

The following files are uploaded

[INFO]   - uploading pom.xml
[INFO]   - uploading pom.xml.sha256
[INFO]   - uploading checksums_md5.txt
[INFO]   - uploading checksums_sha256.txt

Environment Information

  • Operating System: N/A
  • JReleaser Version: 0.5.0
  • JDK Version: N/A
@aalmiray aalmiray added this to the v0.6.0 milestone Jul 16, 2021
@aalmiray aalmiray self-assigned this Jul 16, 2021
@aalmiray aalmiray added the bug Something isn't working label Jul 16, 2021
@aalmiray aalmiray changed the title [checksum] Missing checksums when files are configured [release] Missing checksums when files are configured Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant