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 (2023-12-21)

### Features

* semantic-release ([7f08da6](7f08da6))
* semantic-release ([be979b4](be979b4))
* semantic-release ([cd01d0c](cd01d0c))
* semantic-release ([c951020](c951020))
* semantic-release ([8cb0505](8cb0505))
  • Loading branch information
semantic-release-bot committed Dec 21, 2023
1 parent 7f08da6 commit a3120e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jet-pilot",
"private": true,
"version": "0.0.1",
"version": "1.0.0",
"scripts": {
"dev": "RUST_BACKTRACE=1 concurrently -k \"tauri dev\" \"pnpm devtools\"",
"build": "tauri build",
Expand Down Expand Up @@ -61,9 +61,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
["@semantic-release/git", {
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
}
Expand Down

0 comments on commit a3120e0

Please sign in to comment.