mirror of
https://github.com/valitydev/repo-file-sync-action.git
synced 2024-11-06 09:55:21 +00:00
🔖 Release v1.10.0 [skip ci]
This commit is contained in:
parent
a0ee16b619
commit
60cc3ce8f3
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,3 +1,17 @@
|
||||
## [v1.10.0] - 2021-08-11
|
||||
|
||||
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.10.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.9.4...v1.10.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.10.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.10.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.10.0.tar.gz))
|
||||
|
||||
### New features
|
||||
|
||||
- [`d910669`](https://github.com/betahuhn/repo-file-sync-action/commit/d910669) Add PR_BODY option (#80)
|
||||
(Issues: [`#80`](https://github.com/betahuhn/repo-file-sync-action/issues/80) [`#78`](https://github.com/betahuhn/repo-file-sync-action/issues/78))
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- [`ef72279`](https://github.com/betahuhn/repo-file-sync-action/commit/ef72279) Bump action-input-parser from 1.2.11 to 1.2.12
|
||||
- [`a0ee16b`](https://github.com/betahuhn/repo-file-sync-action/commit/a0ee16b) Upgrade dependencies
|
||||
|
||||
## [v1.9.4] - 2021-08-09
|
||||
|
||||
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.9.4) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.9.3...v1.9.4) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.9.4) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.9.4.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.9.4.tar.gz))
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "repo-file-sync-action",
|
||||
"version": "1.9.4",
|
||||
"version": "1.10.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "repo-file-sync-action",
|
||||
"version": "1.9.4",
|
||||
"version": "1.10.0",
|
||||
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user