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

Fix node publishing #784

Merged
merged 1 commit into from
Mar 29, 2023
Merged

Fix node publishing #784

merged 1 commit into from
Mar 29, 2023

Conversation

mirgee
Copy link
Contributor

@mirgee mirgee commented Mar 28, 2023

After changes made in #783, package.json is modified before running npm version, which makes npm version error with Git working directory not clean, as it attempts to tag HEAD. This fix disables this default behavior.

Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
@codecov-commenter
Copy link

Codecov Report

Merging #784 (9a5f22f) into main (945a67a) will decrease coverage by 1.42%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #784      +/-   ##
==========================================
- Coverage   54.66%   53.24%   -1.42%     
==========================================
  Files         381      381              
  Lines       36858    36864       +6     
  Branches     8123     8115       -8     
==========================================
- Hits        20150    19630     -520     
- Misses      10706    11498     +792     
+ Partials     6002     5736     -266     
Flag Coverage Δ
unittests-aries-vcx 53.15% <ø> (-1.42%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 28 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Patrik-Stas Patrik-Stas merged commit 1ceae17 into main Mar 29, 2023
@Patrik-Stas Patrik-Stas deleted the hotfix/no-git-tag-version branch March 29, 2023 07:39
Andy-Waine pushed a commit to Andy-Waine/aries-vcx that referenced this pull request Apr 13, 2023
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
Signed-off-by: Andy Waine <88730354+Andy-Waine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants