Skip to content

Commit 7007881

Browse files
committed
chore(release): 🔖 v1.0.0
1 parent 63cb7e5 commit 7007881

File tree

5 files changed

+29205
-751
lines changed

5 files changed

+29205
-751
lines changed

.versionrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
}
3535
],
3636
"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}}"
3839
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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))

0 commit comments

Comments
 (0)