generated from dolittle/GitHub-Actions.TypeScript.Template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
6c77642
commit 27697eb
Showing
105 changed files
with
15,870 additions
and
1,227,266 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,10 @@ | ||
# [1.0.6] - 2021-12-7 [PR: #24](https://github.com/dolittle/release-typescript-lib-action/pull/24) | ||
## Summary | ||
|
||
Fixes a problem using this action in workflows where the file-tree is modified during build (like with the `update-version-info-action`), but the other changes should not be committed. This update makes sure only the changed files (the `package.json` files) are committed and pushed. | ||
|
||
### Fixed | ||
|
||
- Only the changed `package.json` files are committed and pushed. | ||
|
||
|
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 |
---|---|---|
|
@@ -7,7 +7,15 @@ inputs: | |
root: | ||
description: The relative path to the root of the TypeScript project. default = root of the repository | ||
required: true | ||
user-email: | ||
description: The email of the user that commits the version file | ||
required: false | ||
default: '[email protected]' | ||
user-name: | ||
description: The name of the user that commits the version file | ||
required: false | ||
default: 'dolittle-build' | ||
|
||
runs: | ||
using: 'node12' | ||
using: 'node16' | ||
main: 'release/index.js' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.