-
-
Notifications
You must be signed in to change notification settings - Fork 1
🚀Production Release (v3.0.0) #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
4c29505
release: update version to v3.0.0
CalvinWilkinson ce8dee9
release: create release notes for version v3.0.0
CalvinWilkinson b1c0a7e
config: add issue label mapping to the generate release notes settings
CalvinWilkinson cb7024d
config: update sprocket version in deno tasks
CalvinWilkinson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,41 @@ | ||
| <h1 align="center" style="color: mediumseagreen;font-weight: bold;"> | ||
| sprocket Production Release Notes - v3.0.0 | ||
| </h1> | ||
|
|
||
| <h2 align="center" style="font-weight: bold;">Enhancements 💎</h2> | ||
|
|
||
| 1. [#102](https://github.com/KinsonDigital/sprocket/issues/102) - Improved the install process. | ||
|
|
||
| <h2 align="center" style="font-weight: bold;">New Features ✨</h2> | ||
|
|
||
| 1. [#103](https://github.com/KinsonDigital/sprocket/issues/103) - Exported the `ReleaseNotesGenerator` to make it available for users. | ||
|
|
||
| <h2 align="center" style="font-weight: bold;">Breaking Changes 🧨</h2> | ||
|
|
||
| 1. [#103](https://github.com/KinsonDigital/sprocket/issues/103) - Introduced the following breaking changes: | ||
| - Moved the `ReleaseType` interface to the releases module. | ||
| - Changed the `ReleaseType` from an interface to a type. | ||
| - Changed the `PrepareReleaseSettings` from an interface to a type. | ||
| - Changed the `GeneratorSettings` from an interface to a type. | ||
| - Changed the `GeneratorSettings` from an interface to a type. | ||
| - Changed the `JsrMetaModel` from an interface to a type. | ||
| - Changed the `Command` from an interface to a type. | ||
| - Changed the `Script` from an interface to a type. | ||
| - Changed the `Job` from an interface to a type. | ||
| - Changed the `SprocketConfig` from an interface to a type. | ||
| - Changed the `DotnetCopyrightUpdate` from an interface to a type. | ||
| - Changed the `GitHubError` from an interface to a type. | ||
| - Changed the `ErrorData` from an interface to a type. | ||
| - Changed the `LabelModel` from an interface to a type. | ||
| - Changed the `MilestoneModel` from an interface to a type. | ||
| - Changed the `PullRequestHeadOrBaseModel` from an interface to a type. | ||
| - Changed the `UserModel` from an interface to a type. | ||
| - Changed the `PullRequestInfoModel` from an interface to a type. | ||
| - Changed the `PullRequestModel` from an interface to a type. | ||
| - Changed the `RepoModel` from an interface to a type. | ||
| - Changed the `IssueTypeModel` from an interface to a type. | ||
|
|
||
| <h2 align="center" style="font-weight: bold;">Project Config 🛠️</h2> | ||
|
|
||
| 1. [#104](https://github.com/KinsonDigital/sprocket/issues/104) - Added badges to the project readme. | ||
| 2. [#101](https://github.com/KinsonDigital/sprocket/issues/101) - Improved the release workflow by adding the ability to auto-create a new `vnext` milestone after the release has completed. |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.