Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
sed -i -E "s/(\"version\": \")[^\"]+(\")/\1$VERSION\2/" "$f"
done
git add -A
git commit -m "chore: sync release version $VERSION to staging [skip ci]" \
git commit -m "chore(*): sync release version $VERSION to staging [skip ci]" \
|| { echo "Staging already at $VERSION, nothing to sync"; exit 0; }
git push -f origin $BRANCH
gh pr create \
Expand Down Expand Up @@ -165,6 +165,12 @@ jobs:
needs: [release]
runs-on: ubuntu-latest

# GITHUB_TOKEN needs packages:write to push to GHCR. Declaring the block
# sets every unlisted scope to none, so contents:read is required for checkout.
permissions:
contents: read
packages: write

outputs:
image: ${{ steps.build.outputs.image }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kotahi",
"version": "2026.09.01-0",
"version": "2026.09.02-0",
"private": true,
"description": "Kotahi - open journals",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kotahi",
"version": "2026.09.01-0",
"version": "2026.09.02-0",
"private": true,
"description": "Kotahi - open journals",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kotahi",
"version": "2026.09.01-0",
"version": "2026.09.02-0",
"private": true,
"description": "Kotahi - open journals",
"repository": {
Expand Down