Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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
semantic-release-bot committed May 1, 2024
1 parent 251d842 commit d0ff90b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 27 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
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))
54 changes: 27 additions & 27 deletions package.json
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"
}
}
}

0 comments on commit d0ff90b

Please sign in to comment.