File tree Expand file tree Collapse file tree 5 files changed +29205
-751
lines changed Expand file tree Collapse file tree 5 files changed +29205
-751
lines changed Original file line number Diff line number Diff line change 34
34
}
35
35
],
36
36
"commitUrlFormat" : " https://github.com/ShtibsDev/create-release/commits/{{hash}}" ,
37
- "compareUrlFormat" : " https://github.com/ShtibsDev/create-release/compare/{{previousTag}}...{{currentTag}}"
37
+ "compareUrlFormat" : " https://github.com/ShtibsDev/create-release/compare/{{previousTag}}...{{currentTag}}" ,
38
+ "releaseCommitMessageFormat" : " chore(release): 🔖 v{{currentTag}}"
38
39
}
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See
4
+ [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
+
6
+ ## 1.0.0 (2024-01-01)
7
+
8
+ ### Features
9
+
10
+ - ✨ Recreate Create-Release action
11
+ ([ 38a4305] ( https://github.com/ShtibsDev/create-release/commits/38a4305c4cd5f6955e58f96cc8307158a6d8e174 ) )
12
+ - ➕ Add standard-version for CHANGELOG.md generation
13
+ ([ 9b14a6b] ( https://github.com/ShtibsDev/create-release/commits/9b14a6bcbb81ff676a884989296e0ae9fe423c16 ) )
14
+
15
+ ### Tests
16
+
17
+ - ✅ Add test for the action
18
+ ([ 80a4bc2] ( https://github.com/ShtibsDev/create-release/commits/80a4bc275382f581a15de5a64001ddfe63c6ae01 ) )
19
+
20
+ ### Documentation Changes
21
+
22
+ - 📝 Update action.yml, README.md and CODEOWNERS
23
+ ([ 63cb7e5] ( https://github.com/ShtibsDev/create-release/commits/63cb7e5b33119068af6b2dfce69f2fb2b51b6006 ) )
You can’t perform that action at this time.
0 commit comments