Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: git tags should match with release versions #461

Merged
merged 1 commit into from
Dec 28, 2022
Merged

ci: git tags should match with release versions #461

merged 1 commit into from
Dec 28, 2022

Conversation

kyletsang
Copy link
Contributor

Fixes #460

I suspect the issue may be caused because the npm release process is depending on a build output that doesn't factor in the package version uprev and the newly built dependent packages. The current GHA builds the library in the Build step before node and utilities are built in the Version step, which I believe is causing the dependency mismatch.

@pavandv pavandv changed the title fix(nextjs-mf): fix versioning ci: git tags should match with release versions Dec 28, 2022
@pavandv pavandv merged commit 1d22704 into module-federation:main Dec 28, 2022
RussellCanfield pushed a commit to RussellCanfield/nextjs-mf that referenced this pull request Dec 28, 2022
@kyletsang kyletsang deleted the fix-release branch December 29, 2022 06:00
ScriptedAlchemy added a commit that referenced this pull request Dec 29, 2022
* Add async callback to importRemote

* Update readme

* chore(utils): release version 1.0.3

* chore(node): release version 0.9.9

* chore(typescript): release version 2.1.1

* chore(nextjs-mf): release version 5.12.14

* ci: git tags should match with release versions (#461)

* fix(typescript): compiler host re-writes compiled files in case-insensitive file systems (#451)

* fix(typescript): compiler output folder structure
* chore: finalise
* docs: update readme
* docs: update typescript readme
* chore(typescript): cleanup - addressing comments

Co-authored-by: DV <pavan.divi@outlook.com>
Co-authored-by: Zack Jackson <zackary.l.jackson@gmail.com>

* chore: update nx to latest version (#463)

* Fix readme

Co-authored-by: Zack Jackson <zackary.l.jackson@gmail.com>
Co-authored-by: GitHub Bot <gituser@example.com>
Co-authored-by: Kyle Tsang <6854874+kyletsang@users.noreply.github.com>
Co-authored-by: Haydon Lam <58468238+hongkiulam@users.noreply.github.com>
Co-authored-by: DV <pavan.divi@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Published npm package version mismatch with tag
2 participants