-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: @flex-development/[email protected] (#16)
Signed-off-by: Lexus Drumgold <[email protected]>
- Loading branch information
1 parent
c554ed4
commit 0f2061a
Showing
2 changed files
with
44 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,3 +1,46 @@ | ||
## [2.0.0-alpha.1](https://github.com/flex-development/dtag/compare/[email protected]@2.0.0-alpha.1) (2022-08-05) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* **node:** reimplement tag lookup given new `Options` | ||
* **options:** `tagPrefix?` -> `prefix?` | ||
* **options:** `version?` -> `target?` | ||
* **options:** drop `delimiter` | ||
* **options:** drop `map` | ||
* **options:** drop `skip` | ||
|
||
|
||
### :robot: Continuous Integration | ||
|
||
* **workflows:** allow [@dependabot](https://github.com/dependabot) to modify lock file during `ci` runs ([89449a0](https://github.com/flex-development/dtag/commit/89449a010225a078f430bc80195b156df3e4991f)) | ||
* **workflows:** skip integrity checks for [@dependabot](https://github.com/dependabot) ([200affb](https://github.com/flex-development/dtag/commit/200affb0361c99e36657d96b47f75af6c0c683b0)) | ||
|
||
|
||
### :pencil: Documentation | ||
|
||
* **cli:** usage ([ba1b176](https://github.com/flex-development/dtag/commit/ba1b176d8042dcde31db3555a9c8dcf13385eb43)) | ||
* **node:** usage ([c554ed4](https://github.com/flex-development/dtag/commit/c554ed4fbdec89365bb9ec731971142a666d4bdc)) | ||
|
||
|
||
### :sparkles: Features | ||
|
||
* **cli:** app ([ea0cc4f](https://github.com/flex-development/dtag/commit/ea0cc4fdc5b4a79915930c073e8a55907ba0743b)) | ||
* **options:** `Flags` ([331450b](https://github.com/flex-development/dtag/commit/331450bfe26e1370483a34bc9860a084533a69ab)) | ||
|
||
|
||
### :house_with_garden: Housekeeping | ||
|
||
* cleanup [@dependabot](https://github.com/dependabot) config ([865092a](https://github.com/flex-development/dtag/commit/865092a0dd3e2ebcce0cd0eddc5c1a7bd4ca398b)) | ||
* prevent prettier from formatting markdown ([b39244a](https://github.com/flex-development/dtag/commit/b39244abcdf3385b057dc72a0021ad010cb38c44)) | ||
* refactor project architecture ([d8912bf](https://github.com/flex-development/dtag/commit/d8912bf9d3f65d1051a15e56743ed943499887db)) | ||
|
||
|
||
### :zap: Refactors | ||
|
||
* **node:** reimplement tag lookup given new `Options` ([2c935e6](https://github.com/flex-development/dtag/commit/2c935e663fe356387548144121607ee504423912)) | ||
* **options:** `DistTagOptions` -> `Options` ([63f05d6](https://github.com/flex-development/dtag/commit/63f05d620b0e87f13aa4eeab7ad37e3479dc7c76)) | ||
|
||
## 1.0.0 (2021-08-26) | ||
|
||
|
||
|
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