Skip to content

Commit

Permalink
🔖 Release v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Jan 9, 2021
1 parent 75a118d commit 8573308
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## [v1.0.0] - 2021-01-09

[Release notes](https://github.com/betahuhn/action-github-file-sync/releases/tag/v1.0.0) · [Tag](https://github.com/betahuhn/action-github-file-sync/tree/v1.0.0) · Archive ([zip](https://github.com/betahuhn/action-github-file-sync/archive/v1.0.0.zip) · [tar.gz](https://github.com/betahuhn/action-github-file-sync/archive/v1.0.0.tar.gz))

### New features

- [`a863fe8`](https://github.com/betahuhn/action-github-file-sync/commit/a863fe8) Add support for directories [skip ci]

### Updates

- [`c4c6e88`](https://github.com/betahuhn/action-github-file-sync/commit/c4c6e88) Remove pattern option [skip ci]
- [`22cc9e5`](https://github.com/betahuhn/action-github-file-sync/commit/22cc9e5) Remove delete option [skip ci]

### Bug fixes

- [`bb0c4aa`](https://github.com/betahuhn/action-github-file-sync/commit/bb0c4aa) Use Node v12 [skip ci]
- [`1266e84`](https://github.com/betahuhn/action-github-file-sync/commit/1266e84) Use run_id instead of run_number [skip ci]

### Breaking changes

- [`75a118d`](https://github.com/betahuhn/action-github-file-sync/commit/75a118d) First release
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-github-file-sync",
"version": "0.0.1",
"version": "1.0.0",
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 8573308

Please sign in to comment.