Skip to content

Commit 4eaa8fc

Browse files
committed
Merge branch 'release/v1.0.0'
2 parents 2f6c1f6 + 1f88395 commit 4eaa8fc

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [1.0.0](https://github.com/kerren/dockem/compare/v0.0.1...v1.0.0) (2024-04-27)
6+
7+
8+
### Features
9+
10+
* **devops:** Add the major release script ([79d824a](https://github.com/kerren/dockem/commit/79d824a2a38d86ef196d459785fd1ec21708e622))
11+
512
### 0.0.1 (2024-04-27)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.0.1"
2+
"version": "1.0.0"
33
}

taskfile.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ tasks:
1414
release:
1515
desc: "Run a standard release from develop to main using git flow"
1616
cmds:
17-
- npx --yes entro-version release --main-branch-name=main
17+
- npx --yes entro-version release --main-branch-name=main
18+
19+
release-major:
20+
desc: "Run a major release from develop to main using git flow"
21+
cmds:
22+
- npx --yes entro-version release --main-branch-name=main --commit-and-tag-version-flag="--release-as=major"

0 commit comments

Comments
 (0)