-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
719532f
commit 9d408c3
Showing
6 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- header --> | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
<!-- version:0.1.0 --> | ||
## 0.1.0 (2024-10-07) | ||
|
||
<!-- changelog --> | ||
### ✨ Features | ||
|
||
- automated releases ([5b14fdb](https://github.com/Wroud/foundation/commit/5b14fdb)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@wroud/conventional-commits-bump", | ||
"description": "A utility for determining version bump types (major, minor, patch) based on conventional commit messages, facilitating semantic versioning in your projects.", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"type": "module", | ||
"packageManager": "[email protected]", | ||
"bin": "./lib/cli.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- header --> | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
<!-- version:0.1.0 --> | ||
## 0.1.0 (2024-10-07) | ||
|
||
<!-- changelog --> | ||
### ✨ Features | ||
|
||
- add changelog marker and empty message ([bdbf137](https://github.com/Wroud/foundation/commit/bdbf137)) | ||
- add release date and formatter ([73d0271](https://github.com/Wroud/foundation/commit/73d0271)) | ||
- automated releases ([5b14fdb](https://github.com/Wroud/foundation/commit/5b14fdb)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@wroud/conventional-commits-changelog", | ||
"description": "A TypeScript library for generating markdown changelogs from conventional commit messages, providing a structured and consistent format for documenting project updates.", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"type": "module", | ||
"packageManager": "[email protected]", | ||
"exports": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- header --> | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
<!-- version:0.1.0 --> | ||
## 0.1.0 (2024-10-07) | ||
|
||
<!-- changelog --> | ||
### ✨ Features | ||
|
||
- automated releases ([5b14fdb](https://github.com/Wroud/foundation/commit/5b14fdb)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@wroud/conventional-commits-parser", | ||
"description": "A lightweight parser for conventional commits that supports extracting commit metadata, generating commit messages, and managing commit trailers in TypeScript.", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"type": "module", | ||
"packageManager": "[email protected]", | ||
"exports": { | ||
|