Skip to content

Commit

Permalink
feat(bump-version): update nx command to bump grafanaPackages,private…
Browse files Browse the repository at this point in the history
…Packages and plugins groups
  • Loading branch information
jackw committed Apr 12, 2024
1 parent 399fad2 commit 9f8d19e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions bump-version/index.js

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

7 changes: 2 additions & 5 deletions bump-version/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,8 @@ class BumpVersion extends Action {
'release',
'version',
version,
'--no-git-commit',
'--no-git-tag',
'--no-stage-changes',
'--groups',
'grafanaPackages,plugins',
'grafanaPackages,privatePackages,plugins',
])

try {
Expand All @@ -97,7 +94,7 @@ class BumpVersion extends Action {
const body = `Executed:\n
npm version ${version} --no-git-tag-version\n
yarn install\n
yarn nx release version ${version} --no-git-commit --no-git-tag --no-stage-changes --groups grafanaPackages,plugins\n
yarn nx release version ${version} --groups grafanaPackages,privatePackages,plugins\n
yarn install --mode update-lockfile
`
await octokit.octokit.pulls.create({
Expand Down

0 comments on commit 9f8d19e

Please sign in to comment.