Skip to content

Commit

Permalink
pre-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
vejrj committed Dec 25, 2024
1 parent aad215a commit f779c17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
1 change: 1 addition & 0 deletions .azure-devops/graphitation-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pr: none
trigger:
- main
- alloy/relay-apollo-duct-tape
- jvejr/supermassive-hooks-error-handling-alpha-release

variables:
- group: InfoSec-SecurityResults
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"lint": "lage lint --continue",
"lage": "lage",
"ci": "yarn lage build types test lint && yarn checkchange",
"beachball": "beachball -b origin/main",
"beachball": "beachball -b origin/jvejr/supermassive-hooks-error-handling-alpha-release",
"change": "yarn beachball change",
"checkchange": "yarn beachball check",
"release": "yarn beachball publish -t latest",
"release": "yarn beachball publish -t alpha",
"postinstall": "patch-package"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/supermassive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphitation/supermassive",
"license": "MIT",
"version": "3.7.2",
"version": "3.8.0-alpha.3",
"main": "./src/index.ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit f779c17

Please sign in to comment.