Skip to content

Commit

Permalink
reverse order
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant committed Dec 29, 2023
1 parent f9c2f57 commit 35a15e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sdks/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm"
"@semantic-release/npm",
"@semantic-release/github"
]
}
}
4 changes: 2 additions & 2 deletions sdks/v2-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm"
"@semantic-release/npm",
"@semantic-release/github"
]
}
}

0 comments on commit 35a15e2

Please sign in to comment.