Finschia / cosmwasm

Fast and reusable WebAssembly smart contract runtime(and library) for finschia-sdk.
Apache License 2.0
27 stars 14 forks source link

fix: change filter pattern to satisfy new tags #350

Closed 170210 closed 6 months ago

170210 commented 9 months ago

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

Checklist

loloicci commented 7 months ago

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