Skip to content

Commit

Permalink
Disable changelog step if new package
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Dec 27, 2023
1 parent 332aefc commit 68c7521
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
git tag -a $TAG -m $TAG
git push origin $TAG
- name: Generate changelog
if: ${{ inputs.version_type != 'alpha' && inputs.version_type != 'beta' }}
if: ${{ inputs.version_type != 'alpha' && inputs.version_type != 'beta' && inputs.version_type != 'new package' }}
run: |
chmod +x .github/scripts/generate-changelog.sh
./.github/scripts/generate-changelog.sh ${{ inputs.package }} ${{ secrets.VA_MOBILE_ROBOT_GITHUB_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@department-of-veterans-affairs/mobile-test-4",
"name": "@department-of-veterans-affairs/mobile-test-5",
"version": "0.0.1",
"description": "For testing purposes only",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2779,9 +2779,9 @@ __metadata:
languageName: unknown
linkType: soft

"@department-of-veterans-affairs/mobile-test-4@workspace:packages/test":
"@department-of-veterans-affairs/mobile-test-5@workspace:packages/test":
version: 0.0.0-use.local
resolution: "@department-of-veterans-affairs/mobile-test-4@workspace:packages/test"
resolution: "@department-of-veterans-affairs/mobile-test-5@workspace:packages/test"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 68c7521

Please sign in to comment.