Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2023-12-28)

### Features

* commit only package.json on semantic releases ([a095609](a095609))
* delete build folder ([af528d5](af528d5))
* semantic-release ([15ef404](15ef404))
  • Loading branch information
semantic-release-bot committed Dec 28, 2023
1 parent a095609 commit 901d8af
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@verful/scheduler",
"description": "Easily manage scheduled tasks in AdonisJS",
"version": "1.0.0",
"version": "1.6.0",
"keywords": [
"adonisjs",
"scheduler",
Expand Down Expand Up @@ -205,7 +205,9 @@
]
},
"release": {
"branches": ["main"],
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand All @@ -214,11 +216,12 @@
[
"@semantic-release/git",
{
"assets": ["package.json"],
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}

}

0 comments on commit 901d8af

Please sign in to comment.