Skip to content

Commit

Permalink
Merge branch 'semantic-release' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
codejedi365 committed Nov 6, 2021
2 parents c1a456d + e8c2361 commit fec5634
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@ jobs:
node-version: 16
cache: 'npm'

- name: Download bundle
uses: actions/download-artifact@v2
with:
name: dist-bundle
path: dist/

- name: Install dependencies
run: npm ci --prefer-offline --no-fund --no-audit

Expand Down
20 changes: 20 additions & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module.exports = {
branches: ["master", "next"],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
[
"semantic-release-npm-deprecate-old-versions",
{
rules: [
"supportLatest",
"supportPreReleaseIfNotReleased",
"deprecateAll"
]
}
]
]
};
197 changes: 197 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/cz-commitlint": "^13.2.1",
"@semantic-release/changelog": "^6.0.1",
"@types/eslint": "^7.28.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.2",
Expand Down Expand Up @@ -82,6 +83,7 @@
"remark-preset-prettier": "^0.5.1",
"resolve-from": "^5.0.0",
"semantic-release": "^18.0.0",
"semantic-release-npm-deprecate-old-versions": "^1.1.6",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.6",
"ts-node": "^10.2.1",
Expand Down

0 comments on commit fec5634

Please sign in to comment.