Skip to content

Commit ec4eaa8

Browse files
committed
feat: add automated release workflow with commit-and-tag-version
1 parent e2ded08 commit ec4eaa8

File tree

4 files changed

+447
-15
lines changed

4 files changed

+447
-15
lines changed

.versionrc.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"types": [
3+
{ "type": "feat", "section": "Features" },
4+
{ "type": "fix", "section": "Bug Fixes" },
5+
{ "type": "chore", "hidden": true },
6+
{ "type": "docs", "section": "Documentation" },
7+
{ "type": "style", "hidden": true },
8+
{ "type": "refactor", "section": "Code Refactoring" },
9+
{ "type": "perf", "section": "Performance Improvements" },
10+
{ "type": "test", "hidden": true }
11+
],
12+
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
13+
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
14+
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}",
15+
"userUrlFormat": "{{host}}/{{user}}",
16+
"releaseCommitMessageFormat": "chore(release): {{currentTag}}",
17+
"issuePrefixes": ["#"]
18+
}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changelog
2+
3+
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.

0 commit comments

Comments
 (0)