Skip to content

Commit

Permalink
ci: keep it
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-zhang-at-salesforce committed Jun 7, 2024
1 parent bd1161a commit e90ff86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ jobs:
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5 changes: 1 addition & 4 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
branches:
- release
- name: alpha
prerelease: true
channel: alpha

plugins:
- - '@semantic-release/commit-analyzer'
Expand All @@ -17,7 +14,7 @@ plugins:
- - '@semantic-release/changelog'
- changelogTitle: "# Changelog\n\nAll notable changes to this project will be documented in this file."
- - '@semantic-release/npm'
- npmPublish: false # skip push tarball to npmjs.com
# - npmPublish: false # skip push tarball to npmjs.com
- '@semantic-release/github'

debug: true
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/eslint-plugin-lwc-mobile",
"version": "0.0.1",
"version": "1.0.0",
"description": "ESLint plugin for LWC mobility",
"contributors": [
{
Expand Down Expand Up @@ -101,6 +101,8 @@
},
"volta": {
"node": "20.10.0"
},
"publishConfig": {
"registry": "http://localhost:4873/"
}

}

0 comments on commit e90ff86

Please sign in to comment.