From a9bb800bb2de03974110123baf677bd3891f9bf6 Mon Sep 17 00:00:00 2001 From: 170210 <85928898+170210@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:05:14 +0900 Subject: [PATCH] fix: change filter pattern to satisfy new tags (#349) * fix: change filter pattern to satisfy new tags Signed-off-by: 170210 * chore: add new categories in changlog Signed-off-by: 170210 * docs: generate CHANGLOG Signed-off-by: 170210 * chore: delete unnecessary lines Signed-off-by: 170210 * docs: add notice of release process Signed-off-by: 170210 --------- Signed-off-by: 170210 --- .chglog/config.yml | 4 ++- CHANGELOG.md | 88 ++++++++++++++++++++++++++++++++++++++++++++++ docs/release.md | 1 + 3 files changed, 92 insertions(+), 1 deletion(-) diff --git a/.chglog/config.yml b/.chglog/config.yml index 3e383b36e..bb92c8451 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -4,7 +4,7 @@ info: title: CHANGELOG repository_url: https://github.com/Finschia/cosmwasm options: - tag_filter_pattern: '^v\d+\.\d+\.\d+-\d+\.\d+\.\d+' + tag_filter_pattern: '^v\d+\.\d+\.\d+[+-]\d+\.\d+\.\d+$' commits: filters: Type: @@ -13,6 +13,8 @@ options: - perf - refactor - build + - ci + - docs commit_groups: title_maps: feat: Features diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9e6085b..25071d808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,94 @@ # Changelog +## [[v1.1.9+0.9.0](https://github.com/Finschia/cosmwasm/compare/v1.1.9+0.8.1...v1.1.9+0.9.0)] - 2024-02-13 + +### Changes + +* Set version: 1.1.9+0.9.0 ([#345](https://github.com/Finschia/cosmwasm/pull/345)) + +### Docs + +* add the description of versioning rule ([#330](https://github.com/Finschia/cosmwasm/pull/330)) + +### Features + +* enable sign ext for wasm generated with rust 1.70 ([#344](https://github.com/Finschia/cosmwasm/pull/344)) + +### Fixes + +* patch CWA-2023-004 ([#343](https://github.com/Finschia/cosmwasm/pull/343)) +* update codeowner ([#333](https://github.com/Finschia/cosmwasm/pull/333)) + + +## [[v1.1.9+0.8.1](https://github.com/Finschia/cosmwasm/compare/v1.1.9+0.8.0...v1.1.9+0.8.1)] - 2023-09-21 + +### Changes + +* set version to 1.1.9+0.8.1 and fix get_version.sh ([#329](https://github.com/Finschia/cosmwasm/pull/329)) + + +## [[v1.1.9+0.8.0](https://github.com/Finschia/cosmwasm/compare/v1.1.9-0.7.0...v1.1.9+0.8.0)] - 2023-09-13 + +### Changes + +* set version to 1.1.9+0.8.0 ([#328](https://github.com/Finschia/cosmwasm/pull/328)) + +### Docs + +* added query_queue docker command ([#322](https://github.com/Finschia/cosmwasm/pull/322)) + + +## [[v1.1.9-0.7.0](https://github.com/Finschia/cosmwasm/compare/v1.0.0-0.6.0...v1.1.9-0.7.0)] - 2023-04-27 + +### Ci + +* renew how to check the WASM in release ([#298](https://github.com/Finschia/cosmwasm/pull/298)) +* update rust-optimizer version used in release ci ([#293](https://github.com/Finschia/cosmwasm/pull/293)) +* add ci tests for package derive ([#231](https://github.com/Finschia/cosmwasm/pull/231)) +* fix broken workflow for benchmarking ([#209](https://github.com/Finschia/cosmwasm/pull/209)) +* fix broken ci tests.yml ([#210](https://github.com/Finschia/cosmwasm/pull/210)) + +### Docs + +* replace line with finschia in docs, comments, and scripts related docs ([#290](https://github.com/Finschia/cosmwasm/pull/290)) +* fix dead links ([#253](https://github.com/Finschia/cosmwasm/pull/253)) + +### Features + +* add codeowners file ([#275](https://github.com/Finschia/cosmwasm/pull/275)) + +### Fixes + +* release action ends with success without renew tag ([#206](https://github.com/Finschia/cosmwasm/pull/206)) +* re create README.md ([#201](https://github.com/Finschia/cosmwasm/pull/201)) +* fix keys of action caches for contracts ([#204](https://github.com/Finschia/cosmwasm/pull/204)) +* add voting_with_uuid to README and tests in actions ([#205](https://github.com/Finschia/cosmwasm/pull/205)) +* update query-queue to version 1.0.0 ([#203](https://github.com/Finschia/cosmwasm/pull/203)) + + +## [[v1.0.0-0.6.0](https://github.com/Finschia/cosmwasm/compare/v0.16.3-0.5.1...v1.0.0-0.6.0)] - 2022-06-03 + +### Ci + +* fix github release action bug ([#199](https://github.com/Finschia/cosmwasm/pull/199)) + +### Features + +* add integration tests for query-queue ([#197](https://github.com/Finschia/cosmwasm/pull/197)) +* add a contract query-queue ([#183](https://github.com/Finschia/cosmwasm/pull/183)) +* add memory_limit arg to some Contract's functions ([#179](https://github.com/Finschia/cosmwasm/pull/179)) +* simplify vm::testing::Contract ([#181](https://github.com/Finschia/cosmwasm/pull/181)) +* cherry pick upstream's commits about vm querier mock ([#180](https://github.com/Finschia/cosmwasm/pull/180)) + +### Fixes + +* make query-queue's entry points using entry_points ([#198](https://github.com/Finschia/cosmwasm/pull/198)) +* fix author of query-queue contract ([#196](https://github.com/Finschia/cosmwasm/pull/196)) +* modify the chglog template to filter commits and correct PRs' URL ([#170](https://github.com/Finschia/cosmwasm/pull/170)) +* fix release.yml to trigger release only when PR is merged ([#172](https://github.com/Finschia/cosmwasm/pull/172)) + + ## [[0.16.3-0.5.1](https://github.com/Finschia/cosmwasm/compare/v0.16.3-0.5.0...0.16.3-0.5.1)] - 2022-03-03 ### Fixes diff --git a/docs/release.md b/docs/release.md index 5b45724c1..9b91f77ee 100644 --- a/docs/release.md +++ b/docs/release.md @@ -14,6 +14,7 @@ 1. Update the version using the script (`devtools/set_version.sh`). 2. Update the changelog using the script (`devtools/update_changelog.sh`). - the script generates and appends new logs to `CHANGELOG.md` using [git-chglog](https://github.com/git-chglog/git-chglog). + - if the tags to be released contain additional option (such as -dynamiclink), please modify the `tag_filter_pattern` in [config.yml](../.chglog/config.yml) to match. 3. Review the changelogs generated by scripts. 4. Make a release PR with a proper target branch. - The PR comment becomes the body of the release note.