Skip to content

Commit

Permalink
fix: change filter pattern to satisfy new tags (#349)
Browse files Browse the repository at this point in the history
* fix: change filter pattern to satisfy new tags

Signed-off-by: 170210 <j170210@icloud.com>

* chore: add new categories in changlog

Signed-off-by: 170210 <j170210@icloud.com>

* docs: generate CHANGLOG

Signed-off-by: 170210 <j170210@icloud.com>

* chore: delete unnecessary lines

Signed-off-by: 170210 <j170210@icloud.com>

* docs: add notice of release process

Signed-off-by: 170210 <j170210@icloud.com>

---------

Signed-off-by: 170210 <j170210@icloud.com>
  • Loading branch information
170210 committed Mar 6, 2024
1 parent 516512f commit a9bb800
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -13,6 +13,8 @@ options:
- perf
- refactor
- build
- ci
- docs
commit_groups:
title_maps:
feat: Features
Expand Down
88 changes: 88 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a9bb800

Please sign in to comment.