Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Apr 16, 2020
1 parent b8cd607 commit 07d6f31
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:

jobs:
process:
if: "!contains(github.event.commits[0].message, '[skip ci]')"
name: 'Process changes'
runs-on: ubuntu-latest
steps:
Expand Down
20 changes: 20 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/github",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json",
"package-lock.json"
],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
]
]
}
44 changes: 43 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel/delivery-options",
"version": "3.1.4",
"version": "3.2.0",
"description": "MyParcel delivery options module for checkouts.",
"author": "Edie Lemoine ([email protected])",
"scripts": {
Expand Down Expand Up @@ -42,6 +42,7 @@
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@myparcel/eslint-config": "^1.2.3",
"@semantic-release/changelog": "^5.0.1",
"@types/jest": "^25.2.1",
"@types/leaflet": "^1.5.12",
"@types/webpack": "^4.41.10",
Expand Down

0 comments on commit 07d6f31

Please sign in to comment.