Skip to content

Commit 91799ef

Browse files
committed
build(release): Push tags before GitLab release
1 parent fa08fc5 commit 91799ef

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"hooks": {
33
"before:git:beforeBump": "git flow release start ${version}",
4-
"after:git:afterRelease": [
4+
"before:github:release": [
55
"npx git-flow-silent-release ${version}",
66
"git checkout main",
77
"git push",
8+
"git push --tags",
89
"git checkout develop",
910
"git push"
1011
]

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77
This changelog follows the [Keep a Changelog](http://keepachangelog.com) format.
88

99

10+
---
11+
12+
## [Unreleased]
13+
14+
### Fixed ###
15+
- Error in release configuration.
16+
1017
---
1118

1219

1320
## [1.6.2] - 2025-02-09
21+
1422
### Fixed ###
1523
- Error in release configuration.
1624

0 commit comments

Comments
 (0)