Name of CyberChef_*.zip on GitHub contains commit ID instead of version number since v11.1.0
- Dominant language
- JavaScript
- Stars
- 35.8k
- Forks
- 4.1k
- Avg merge
- 2d 26m
- Merged PRs (30d)
- 33
Description
The name of the ZIP file under Assets of each release in the Releases page of the project on GitHub used to contain the version number. But it contains the Git commit ID instead of the version number since v11.1.0:
v11.0.0: https://github.com/gchq/CyberChef/releases/download/v11.0.0/CyberChef_v11.0.0.zip
v11.1.0: https://github.com/gchq/CyberChef/releases/download/v11.1.0/CyberChef_92ea854ea76a5c035b3728b5117a960eca81a8bb.zip
v11.2.0: https://github.com/gchq/CyberChef/releases/download/v11.2.0/CyberChef_d358d82cbcb269d764a2deb598a37043bd054f45.zip
Can the naming convention be reverted?
Contributor guide
Research direction
Inspect the release packaging workflow that produces the CyberChef ZIP asset, comparing the v11.0.0 asset name with the v11.1.0 and v11.2.0 names shown in the issue. Done means newly generated release assets use the version number, such as CyberChef_v11.2.0.zip, instead of the commit ID.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- release
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100