You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two projects, project-a and project-a-helm. project-a-helm depends on project-a, which is defined in a package.json. here's an excerpt of the git history; please ignore project-b, it's just in here so i don't leave out bits of the history.
# git log --oneline
2562b8bb2 fix(project-a-helm): rotate mailchimp & google api key in feature deployment
1ab6c62cb chore(project-a): remove unused {preview,dev,qa}-*.yaml config
2830c8502 chore(project-a): remove unused config file
fbe729694 feat(project-a): re-enable auth
23b0588ff (tag: [email protected], fix/project-a-auth) chore(release): publish [no ci]
aaf0a75d4 fix(project-b): canonical urls for sections
0806a932d refactor(project-b): cleanup
0dc171c0c refactor(project-b): cleanup
35eec823d fix(project-b): members canonical route
1b01038dd fix(project-b): make sure members page is not static
79e743e42 feat(project-b): sort members and move their page to app folder
d24f04323 (tag: [email protected], tag: [email protected]) chore(release): publish [no ci]
does not detect any changes to project-a, even though 1ab6c62cb, 2830c8502 and fbe729694 all changed it since the last release. it does detect the changes to project-a-helm.
NX Running release version for project: project-a
project-a 🔍 Reading data for package "@org/project-a" from apps/project-a/package.json
project-a 📄 Resolved the current version as 100.3.0 from git tag "[email protected]".
project-a 🚫 No changes were detected using git history and the conventional commits standard.
project-a 🚫 Skipping versioning "@org/project-a" as no changes were detected.
NX Running release version for project: project-a-helm
project-a-helm 🔍 Reading data for package "@org/project-a-helm" from helm-charts/project-a/package.json
project-a-helm 📄 Resolved the current version as 100.0.12 from git tag "[email protected]".
project-a-helm 📄 Resolved the specifier as "patch" using git history and the conventional commits standard.
project-a-helm ✍️ New version 100.0.13 written to helm-charts/project-a/package.json
UPDATE helm-charts/project-a/package.json [dry-run]
"private": true,
- "version": "100.0.12",
+ "version": "100.0.13",
"dependencies": {
any idea what may cause this?
Expected Behavior
I'd expect nx release to pick up the changes from the commits that happened on the same branch since the last tagged release.
GitHub Repo
No response
Steps to Reproduce
See the git log above. I'm happy to provide any additional info that may help.
Nx Report
NX Report complete - copy this into the issue template
Node : 18.20.6
OS : linux-x64
Native Target : x86_64-linux
pnpm : 10.2.1
nx : 19.8.14
@nx/js : 19.8.0
@nx/workspace : 19.8.0
@nx/devkit : 19.8.0
@nrwl/tao : 19.8.14
typescript : 5.7.3
---------------------------------------
The following packages should match the installed version of nx
- @nx/[email protected]
- @nrwl/[email protected]
- @nx/[email protected]
- @nrwl/[email protected]
- @nx/[email protected]
- @nrwl/[email protected]
To fix this, run `nx migrate [email protected]`
Current Behavior
I have two projects,
project-a
andproject-a-helm
.project-a-helm
depends onproject-a
, which is defined in apackage.json
. here's an excerpt of the git history; please ignoreproject-b
, it's just in here so i don't leave out bits of the history.And this is my config for nx release:
Running
does not detect any changes to
project-a
, even though1ab6c62cb
,2830c8502
andfbe729694
all changed it since the last release. it does detect the changes toproject-a-helm
.any idea what may cause this?
Expected Behavior
I'd expect
nx release
to pick up the changes from the commits that happened on the same branch since the last tagged release.GitHub Repo
No response
Steps to Reproduce
See the git log above. I'm happy to provide any additional info that may help.
Nx Report
Same thing happens with nx 20.4.3.
Failure Logs
Package Manager Version
10.2.1
Operating System
Additional Information
This is the full
nx.json
:The text was updated successfully, but these errors were encountered: