Skip to content

Commit

Permalink
ci: update release pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland authored Jul 2, 2024
1 parent a69be98 commit b9ab9ec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Release

on:
workflow_dispatch:
push:
branches:
- main
- next

env:
DOCKER_REGISTRY: docker-public.terrestris.de/terrestris
Expand Down
13 changes: 6 additions & 7 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"branches": [
"main"
"main",
{
"name": "next",
"prerelease": true
}
],
"plugins": [
[
Expand Down Expand Up @@ -40,12 +44,7 @@
}
}
],
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
"@semantic-release/npm",
"@semantic-release/changelog",
[
"@semantic-release/git",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "16.0.0",
"description": "The admin UI for the SHOGun Web-mapping backend.",
"main": "index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc && vite build",
"clean:dist": "rimraf ./dist/*",
Expand Down

0 comments on commit b9ab9ec

Please sign in to comment.