Skip to content

Commit

Permalink
Add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Roettig committed Dec 20, 2021
1 parent 2031bc3 commit 1fb13fb
Show file tree
Hide file tree
Showing 4 changed files with 688 additions and 641 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn build
- name: 🚀 Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tsconfig.json
tslint.json
.prettierrc
.nvmrc
.idea
.vscode
.github
.eslintrc.js
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@larsroettig/component-targetables",
"description": "Simplify creating maintainable PWAStudio Projects",
"version": "3.0.0rc4",
"version": "0.0.0-semantically-released",
"author": "Lars Roettig <l.roettig@techdivision.com>",
"license": "MIT",
"homepage": "https://github.com/larsroettig/component-targetables",
Expand Down Expand Up @@ -58,7 +58,7 @@
"pre-commit": "yarn lint"
}
},
"files ": [
"dist/**/* "
"files": [
"dist/src"
]
}

0 comments on commit 1fb13fb

Please sign in to comment.