Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert release naming to align with prior format
actions/setup-copywrite relies on the [specific name](https://github.com/hashicorp/setup-copywrite/blob/main/action.js#L65) format. Note: the `s/amd64/x86_64/g` behavior is a historical artifact, we could update it in the future if we coordinate with the action. Error: ``` Run hashicorp/setup-copywrite@867a1a2 Error: Unable to find asset matching copywrite_0.16.5_linux_x86_64.tar.gz in the v0.16.5 release ``` After this change: ``` • archives • creating archive=dist/copywrite_0.16.5-SNAPSHOT-52379d7_windows_x86_64.zip • creating archive=dist/copywrite_0.16.5-SNAPSHOT-52379d7_linux_x86_64.tar.gz • creating archive=dist/copywrite_0.16.5-SNAPSHOT-52379d7_darwin_x86_64.tar.gz • creating archive=dist/copywrite_0.16.5-SNAPSHOT-52379d7_darwin_arm64.tar.gz • creating archive=dist/copywrite_0.16.5-SNAPSHOT-52379d7_linux_arm64.tar.gz • creating archive=dist/copywrite_0.16.5-SNAPSHOT-52379d7_windows_arm64.zip ``` Partial revert of changes made in PR #98 nit: Also adding `dist/` to our ignores
- Loading branch information