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

[core] Normalize artifact name templates #586

Closed
aalmiray opened this issue Dec 9, 2021 · 0 comments
Closed

[core] Normalize artifact name templates #586

aalmiray opened this issue Dec 9, 2021 · 0 comments
Assignees
Labels
BREAKING CHANGE enhancement New feature or request
Milestone

Comments

@aalmiray
Copy link
Member

aalmiray commented Dec 9, 2021

Given a file such as app-1.0.0-osx_aarch64.zip the following name templates should be available:

  • artifactFile: app-1.0.0-osx_aarch64.zip
  • artifactFileName: app-1.0.0-osx_aarch64
  • artifactFileExtension: .zip
  • artifactFileFormat: zip
  • artifactName: app
  • artifactVersion: 1.0.0
  • artifactPlatform: osx_aarch64
  • artifactOs: osx
  • artifactArch: aarch64
@aalmiray aalmiray added enhancement New feature or request BREAKING CHANGE labels Dec 9, 2021
@aalmiray aalmiray added this to the 0.10.0 milestone Dec 9, 2021
@aalmiray aalmiray self-assigned this Dec 9, 2021
aalmiray added a commit to jreleaser/jreleaser.github.io that referenced this issue Dec 12, 2021
aalmiray added a commit to jreleaser/jreleaser.github.io that referenced this issue Dec 21, 2021
aalmiray added a commit to jreleaser/jreleaser.github.io that referenced this issue Dec 21, 2021
aalmiray added a commit to jreleaser/jreleaser.github.io that referenced this issue Dec 21, 2021
aalmiray added a commit to jreleaser/jreleaser.github.io that referenced this issue Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BREAKING CHANGE enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant