Skip to content

Commit ecd4dc8

Browse files
authored
Merge pull request #78 from binance/rc-common-v1.0.1
2 parents 82aa276 + fb5a032 commit ecd4dc8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ jobs:
168168
PATCH=${VERSION_PARTS[2]}
169169
170170
# Increment patch version
171-
NEW_MAJOR=$((MAJOR + 1))
172-
NEW_VERSION="v${NEW_MAJOR}.${MINOR}.${PATCH}"
171+
NEW_PATCH=$((PATCH + 1))
172+
NEW_VERSION="v${MAJOR}.${MINOR}.${NEW_PATCH}"
173173
fi
174174
175175
# Set the full tag name

common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Changelog
22

3+
## 1.0.1 - 2025-12-17
4+
5+
- Fix `common` tags issue
6+
37
## 1.0.0 - 2025-12-16
48

59
- Initial release

0 commit comments

Comments
 (0)