Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ๐ release fix for windows binary match in update & scoop configs (โฆ
โฆ#108) <!-- copilot:all --> ### <samp>๐ค Generated by Copilot at e4e22cc</samp> ### Summary ๐๐ ๏ธ๐ <!-- 1. ๐ for the bug fix in the Windows cli version update check issue. 2. ๐ ๏ธ for the improvement in the changelog management and formatting. 3. ๐ for the enhancement in the cli release process and automation. --> This pull request improves the changelog management and the cli release process. It adds more fields and labels to the `.changie.yaml` file, fixes the `CHANGELOG.md` formatting, fixes the Windows download URLs and version check issue, and automates the version bumping and release messages. > _The cli team has made some nice changes_ > _To fix bugs and bump up the ranges_ > _They updated `goreleaser`_ > _And `.changie` and `.changes`_ > _And polished the `CHANGELOG.md` pages_ ### Walkthrough * Add changelog entry for version 1.40.5 with bug fix for Windows cli version update check issue ([link](https://github.com/DelineaXPM/dsv-cli/pull/108/files?diff=unified&w=0#diff-5aa94c1860f9a0c6253225ab149d7526b8580cda8b7902d209cf2d149e7aff2fR1-R5), [link](https://github.com/DelineaXPM/dsv-cli/pull/108/files?diff=unified&w=0#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR9-R14)) * Update changie configuration to enable block input for change body, add new labels and auto bump types for change kinds, and add newline before each kind section in changelog ([link](https://github.com/DelineaXPM/dsv-cli/pull/108/files?diff=unified&w=0#diff-9f1c8d07b49e66598bb525c145a5d7524fef447d6993b72ccb378e70ebf922f3L9-R31), [link](https://github.com/DelineaXPM/dsv-cli/pull/108/files?diff=unified&w=0#diff-9f1c8d07b49e66598bb525c145a5d7524fef447d6993b72ccb378e70ebf922f3L60-R53)) * Fix download URLs for Windows binaries in `goreleaser.mage.custom.go` to match artifact names ([link](https://github.com/DelineaXPM/dsv-cli/pull/108/files?diff=unified&w=0#diff-c076ce5fd2767f4796c430f188621763ef386e733171e2f719fa9312c414a91cL300-R301)) * Change `Bump` function in `goreleaser.mage.custom.go` to use automatic bump based on changie kinds instead of interactive select prompt ([link](https://github.com/DelineaXPM/dsv-cli/pull/108/files?diff=unified&w=0#diff-c076ce5fd2767f4796c430f188621763ef386e733171e2f719fa9312c414a91cL394-R394)) * Change `Bump` function in `goreleaser.mage.custom.go` to use interactive text input for commit message instead of default message ([link](https://github.com/DelineaXPM/dsv-cli/pull/108/files?diff=unified&w=0#diff-c076ce5fd2767f4796c430f188621763ef386e733171e2f719fa9312c414a91cL418-R422))
- Loading branch information