Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2022
1 parent 6c77642 commit 27697eb
Show file tree
Hide file tree
Showing 105 changed files with 15,870 additions and 1,227,266 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
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.


10 changes: 9 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
31 changes: 0 additions & 31 deletions release/eslint-all.js

This file was deleted.

69 changes: 0 additions & 69 deletions release/eslint-recommended.js

This file was deleted.

177 changes: 0 additions & 177 deletions release/espree.js

This file was deleted.

60 changes: 0 additions & 60 deletions release/formatters/checkstyle.js

This file was deleted.

Loading

0 comments on commit 27697eb

Please sign in to comment.