Skip to content

Commit

Permalink
chore: Update semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Jan 10, 2024
1 parent 77f7c2a commit 2869e44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ steps:
commands: ["npm test"]

- name: release
image: livingdocs/semantic-release:v1.0.0
image: livingdocs/semantic-release:v2.1.1
environment:
GH_TOKEN:
from_secret: GH_TOKEN
NPM_TOKEN:
from_secret: NPM_TOKEN
---
kind: signature
hmac: c7ebeb8dcbe929247fe0567d8cbd83668531db0d67dd66ed461d9095dcb9392f
hmac: 0cee38eca6cecb238851a5e6cbeff2a091699b8ebd9692ea45c7c7ccfe353cc9

...
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@
"bugs": {
"url": "https://github.com/marcbachmann/simple-text-search/issues"
},
"homepage": "https://github.com/marcbachmann/simple-text-search#readme"
"homepage": "https://github.com/marcbachmann/simple-text-search#readme",
"release": {
"extends": "@livingdocs/semantic-release-presets/npm-github",
"branches": ["main"]
}
}

0 comments on commit 2869e44

Please sign in to comment.