Skip to content

Commit

Permalink
chore: Automate package publishing (#85)
Browse files Browse the repository at this point in the history
* chore: Configure semantic-release

* chore: Add GitHub Action workflow for publishing
  • Loading branch information
Jonathan Steele authored and ynnoj committed Jul 23, 2020
1 parent 0a43e03 commit dbc6e8f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,27 @@
"build": "yarn workspace demo build",
"clean": "yarn workspace demo clean",
"dev": "yarn workspace demo dev"
},
"release": {
"branches": [
{
"name": "master"
},
{
"name": "next",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"pkgRoot": "gatsby-source-graphcms"
}
],
"@semantic-release/github"
]
}
}

0 comments on commit dbc6e8f

Please sign in to comment.