All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
--increment
flag tooneblink-release repository
command allowing auto incrementing
product-s3-object-lambda
to repo list
- prompt to update
@oneblink/types
when updating dependents
- @oneblink/storage (NPM package) to product repositories
oneblink-release update-dependents
command
- prettier config not working due to missing plugins
oneblink-release product
commandoneblink-release repository
command (this replaces the oldoneblink-release
command)- support for nuget repositories
- [BREAKING]
oneblink-release
command
-
no longer depend upon package-diff-summary
-
no longer depend upon read-pkg-up
-
update update-notifier to 7.0.0 (from 6.0.2)
-
depend upon @octokit/rest 20.0.2
-
depend upon dependency-diff 1.0.4
-
depend upon github-url-from-git 1.5.0
-
depend upon read-package-up 11.0.0
-
update changelog-parser to 3.0.1 (from 2.8.0)
-
update patch-package to 8.0.0 (from 6.5.1)
-
update read-pkg-up to 10.1.0 (from 9.1.0)
- docs not referencing nodejs 18 and npm 8
- release name to git commit and tag message
- changelog title not being supported by Keep a Changelog which breaks the antonyurchenko/git-release GitHub Action
- release name prompt to add name of release to changelog (can also be set via
--name="Release Name"
flag) --no-name
flag to allow skipping adding a release name to the changelog
- [BREAKING] required NodeJS 18
-
update patch-package to 6.5.1 (from 6.4.7)
-
update read-pkg-up to 9.1.0 (from 7.0.1)
-
update update-notifier to 6.0.2 (from 5.1.0)
patch-package
to deps
patches
dir tofiles
inpackage.json
filechangelog-parser
tobundleDependencies
changelog-parser
to use\n
as line endings instead of detecting based on platform
- Initial Release