We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa08fc5 commit 91799efCopy full SHA for 91799ef
.release-it.json
@@ -1,10 +1,11 @@
1
{
2
"hooks": {
3
"before:git:beforeBump": "git flow release start ${version}",
4
- "after:git:afterRelease": [
+ "before:github:release": [
5
"npx git-flow-silent-release ${version}",
6
"git checkout main",
7
"git push",
8
+ "git push --tags",
9
"git checkout develop",
10
"git push"
11
]
CHANGELOG.md
@@ -7,10 +7,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This changelog follows the [Keep a Changelog](http://keepachangelog.com) format.
+---
+
12
+## [Unreleased]
13
14
+### Fixed ###
15
+- Error in release configuration.
16
17
---
18
19
20
## [1.6.2] - 2025-02-09
21
22
### Fixed ###
23
- Error in release configuration.
24
0 commit comments