cosmwasm icon indicating copy to clipboard operation
cosmwasm copied to clipboard

fix: change filter pattern to satisfy new tags

Open 170210 opened this issue 1 year ago • 1 comments

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

170210 avatar Mar 05 '24 09:03 170210

Looks like a little add-hock, but it is OK in this branch now.

loloicci avatar Apr 11 '24 05:04 loloicci