Skip to content

Commit bfd3124

Browse files
Merge pull request #1663 from forcedotcom/m2d/v5.0.0-alpha.3
Main2Dev @W-16879137@ Merging main-5 to dev-5 after v5.0.0-alpha.3
2 parents f4d7923 + 51a0bda commit bfd3124

File tree

3 files changed

+1038
-1052
lines changed

3 files changed

+1038
-1052
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
- run: |
104104
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
105105
npm dist-tag add @salesforce/plugin-code-analyzer@${{ github.event.release.tag_name || inputs.tag }} latest-alpha
106+
npm dist-tag add @salesforce/plugin-code-analyzer@${{ github.event.release.tag_name || inputs.tag }} latest
106107
# Step 5: Create a Pull Request for merging `main-5` into `dev-5`
107108
create-main2dev-pull-request:
108109
needs: promote-to-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-code-analyzer",
33
"description": "Static code scanner that applies quality and security rules to Apex code, and provides feedback.",
4-
"version": "5.0.0-alpha.2",
4+
"version": "5.0.0-alpha.3",
55
"author": "Salesforce Code Analyzer Team",
66
"bugs": "https://github.com/forcedotcom/sfdx-scanner/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)