Skip to content

Commit

Permalink
Merge branch 'main' into 240321-readme-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs authored Mar 21, 2024
2 parents aeb0309 + 9520995 commit 146cb28
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["mock-game-contracts"],
"ignore": [],
"snapshot": {
"useCalculatedVersion": true,
"prereleaseTemplate": "{tag}-{commit}"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Prerelease 🚀

on:
push:
workflow_dispatch:
workflow_dispatch:

# Ensure only one workflow/job is publishing to npm at a time
concurrency: publish-to-npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:

docker:
uses: ./.github/workflows/docker.yml
needs: version
needs: release
5 changes: 5 additions & 0 deletions test/mock-game-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# mock-game-contracts

## 2.0.0

## 2.0.0-next.18
2 changes: 1 addition & 1 deletion test/mock-game-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-game-contracts",
"version": "0.0.0",
"version": "2.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 146cb28

Please sign in to comment.