-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2024-05-01) ### Features * Re-doing the implementation using a Ubuntu base ([251d842](251d842)) * Re-doing the implementation using a Ubuntu base ([b3f105d](b3f105d))
- Loading branch information
1 parent
251d842
commit d0ff90b
Showing
2 changed files
with
34 additions
and
27 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,7 @@ | ||
# 1.0.0 (2024-05-01) | ||
|
||
|
||
### Features | ||
|
||
* Re-doing the implementation using a Ubuntu base ([251d842](https://github.com/ash0ne/rclone-onedrive-docker-wrapper/commit/251d8427707f2378b849fcecb3c8243457845d97)) | ||
* Re-doing the implementation using a Ubuntu base ([b3f105d](https://github.com/ash0ne/rclone-onedrive-docker-wrapper/commit/b3f105d9506660ba15809d8603a66d410a52fc58)) |
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 |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{ | ||
"release": { | ||
"branches": [ | ||
"main" | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
[ | ||
"@semantic-release/changelog", | ||
{ | ||
"changelogFile": "./CHANGELOG.md" | ||
} | ||
"branches": [ | ||
"main" | ||
], | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"./CHANGELOG.md", | ||
"./package.json" | ||
] | ||
} | ||
], | ||
"@semantic-release/release-notes-generator" | ||
] | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
[ | ||
"@semantic-release/changelog", | ||
{ | ||
"changelogFile": "./CHANGELOG.md" | ||
} | ||
], | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"./CHANGELOG.md", | ||
"./package.json" | ||
] | ||
} | ||
], | ||
"@semantic-release/release-notes-generator" | ||
] | ||
}, | ||
"name": "rclone-docker-wrapper", | ||
"private": true, | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "A docker wrapper for rclone that syncs to OneDrive from unRAID every day.", | ||
"author": "ash0ne", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ash0ne/rclone-onedrive-docker-wrapper.git" | ||
"type": "git", | ||
"url": "https://github.com/ash0ne/rclone-onedrive-docker-wrapper.git" | ||
} | ||
} | ||
} |