Skip to content

Commit

Permalink
Make alpha releases from the branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed May 26, 2023
1 parent 82ebf30 commit 264c866
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@apollo/utils.createhash": "3.0.0",
"@apollo/utils.dropunuseddefinitions": "3.0.0",
"@apollo/utils.fetcher": "3.0.0",
"@apollo/generate-persisted-query-manifest": "0.0.0",
"@apollo/utils.isnodelike": "3.0.0",
"@apollo/utils.jest-graphql-ast-serializer": "3.0.0",
"@apollo/utils.keyvaluecache": "3.0.0",
"@apollo/utils.keyvadapter": "3.0.0",
"@apollo/utils.logger": "3.0.0",
"@apollo/utils.operationregistrysignature": "3.0.0",
"@apollo/persisted-query-lists": "0.0.0",
"@apollo/utils.printwithreducedwhitespace": "3.0.0",
"@apollo/utils.removealiases": "3.0.0",
"@apollo/utils.sortast": "3.0.0",
"@apollo/utils.stripsensitiveliterals": "3.0.0",
"@apollo/utils.usagereporting": "3.0.0",
"@apollo/utils.withrequired": "3.0.0"
},
"changesets": []
}
1 change: 1 addition & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- glasser/persisted-query-lists

jobs:
release:
Expand Down

0 comments on commit 264c866

Please sign in to comment.