Commit bb54b711 authored by Will Cory's avatar Will Cory

feat: One branch changesets

parent 6d77414f
......@@ -4,7 +4,7 @@
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "develop",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
......@@ -5,6 +5,9 @@ on:
branches:
- master
# Always wait for previous release to finish before releasing again
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
......@@ -62,6 +65,9 @@ jobs:
with:
version: nightly
# Makes a pr to publish the changesets that when
# merged will publish to npm
# see https://github.com/changesets/action
- name: Publish To NPM or Create Release Pull Request
uses: changesets/action@v1
id: changesets
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment