Skip to content

Commit

Permalink
chore: update prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Jun 19, 2020
1 parent c93e6e5 commit f27bf74
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 26 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Release
on:
push:
branches:
- master
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn --frozen-lockfile
- run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_BACKEND }}
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn --frozen-lockfile
- run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_BACKEND }}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ Commits are validated with https://github.com/conventional-changelog/commitlint

Gittower: Gittower doesn't properly read your PATH variable and thus commit
validation doesn't work. Use `gittower .` to open this repo.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@reach-digital/magento2-inventory-source-reservations",
"private": true,
"publishConfig": {
"access": "restricted"
},
"repository": {
"type": "git",
"url": "git@github.com:ho-nl/magento2-ReachDigital_InventorySourceReservations.git"
},
"author": "Paul Hachmang <paul@reachdigital.nl>",
"private": true,
"publishConfig": {
"access": "restricted"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
Expand All @@ -17,6 +17,11 @@
"semantic-release": "^17.0.8",
"semantic-release-slack-bot": "^1.6.2"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
Expand Down Expand Up @@ -86,10 +91,5 @@
"name": "master"
}
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}

0 comments on commit f27bf74

Please sign in to comment.