Skip to content

Commit 08e2082

Browse files
Merge pull request #5 from spotify/release-setup
feat: Release Please setup
2 parents cf6f1bb + b747b55 commit 08e2082

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/deployer-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
type=ref,event=branch
4949
type=ref,event=pr
5050
type=sha
51+
type=semver,pattern={{version}}
5152
type=raw,value=latest,enable={{is_default_branch}}
5253
5354
- name: Build (and push on main/tags)

.github/workflows/release-please.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
permissions:
910
contents: write
@@ -19,9 +20,10 @@ jobs:
1920
fetch-depth: 0
2021

2122
- name: Release Please (manifest)
22-
uses: google-github-actions/release-please-action@v4
23+
uses: googleapis/release-please-action@v4
2324
with:
24-
command: manifest
2525
token: ${{ secrets.GITHUB_TOKEN }}
26+
config-file: release-please-config.json
27+
manifest-file: .release-please-manifest.json
2628

2729

wasm-msg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "wasm-msg"
33
version = "0.1.0"
44
edition = "2021"
5+
publish = false
56

67
[lib]
78
crate-type = ["rlib"] # Just use rlib for now, we can add cdylib when needed

0 commit comments

Comments
 (0)