cosmwasm
cosmwasm copied to clipboard
fix: change filter pattern to satisfy new tags
Description
This pr modify the filter pattern of chglog to satisfy new tags.
In fork branch, like dynamiclink branch, we will use following version rule to release the tag in the feature. ^v\d+.\d+.\d[+-]\d+.\d+.\d+-dynamiclink.+$ For example, v1.0.0-0.7.0-dynamiclink1, v1.0.0+0.8.0-dynamiclink2
Closes #347
Types of changes
- [x] Bug fix (changes which fixes an issue)
- [ ] New feature (changes which adds functionality) (no needed)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) (no needed)
- [x] ETC (build, ci, docs, perf, refactor, style, test)
Checklist
- [x] I followed the contributing guidelines.
- [x] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes. (no needed)
- [x] The PR title and commits are followed conventional commit form.
Looks like a little add-hock, but it is OK in this branch now.