Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/prepare_changelog: Replace python for with gh and jq commands
This change uses the GitHub CLI to obtain all pull-requests merged after the latest release to be used for updating the Packer CHANGELOG. ``` ~> ./scripts/prepare_changelog.sh v1.9.4 Update LICENSE text - [GH-12686](#12686) docs: amend HCL templates/functions docs - [GH-12672](#12672) build(deps-dev): bump @babel/traverse from 7.17.9 to 7.23.2 in /website - [GH-12658](#12658) init: warn if no requirements specified - [GH-12638](#12638) hcl2template: remove value validation for locals - [GH-12620](#12620) Updating Community Tools webpage - [GH-12612](#12612) Datasource logic cleanup - [GH-12608](#12608) version: prepare v1.9.5-dev - [GH-12602](#12602) Changelog setup 1.9.5 - [GH-12601](#12601) Update version output for `-v` and `--version` flags - [GH-12569](#12569) ```
- Loading branch information