Skip to content

Commit

Permalink
test triggering dry run on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed Sep 16, 2024
1 parent f0cdefb commit 222d976
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/js-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: # yamllint disable-line rule:truthy
- 'v4-client-js/**'
branches:
- main
- jerms/OTE-804_semantic-release

# Ensure only a single instance of this workflow is running.
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion v4-client-js/.releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": ["main"],
"branches": ["main", "jerms/OTE-804_semantic-release"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down
2 changes: 1 addition & 1 deletion v4-client-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"fix": "npm run lint -- --fix",
"lint": "eslint --ext .ts,.js .",
"prepublishOnly": "npm run compile",
"release": "semantic-release",
"release": "semantic-release --dry-run",
"start": "node build/src/index.js",
"test": "NODE_ENV=test jest --testPathIgnorePatterns=__tests__/modules/client/*",
"test:watch": "npm test -- --watch",
Expand Down

0 comments on commit 222d976

Please sign in to comment.