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

update release-it to 17.3.0 and re-release wcl #231

Merged
merged 3 commits into from
May 22, 2024
Merged

Conversation

alishaevn
Copy link
Member

@alishaevn alishaevn commented May 21, 2024

the last two times a release of wcl was cut, the code wasn't functional. the code was updated at npmjs.com, but updating the wcl version in the apps where it's being used didn't actually reflect the update. the first time this happened cutting a new release, of the same code, allowed the new code to be used.

instead of doing that again, I'm hoping that updating release-it will fix this issue going forward.

related:

alishaevn added 2 commits May 21, 2024 12:10
the last two times a release of wcl was cut, the code wasn't functional.
the code was updated at npmjs.com, but updating the wcl version in the
apps where it's being used didn't actually reflect the update. the first
time this happened cutting a new release, of the same code, allowed the
new code to be used.

instead of doing that again, I'm hoping that updating `release-it` will
fix this issue going forward.
@alishaevn alishaevn changed the title update release-it to 17.3.0 update release-it to 17.3.0 and re-release wcl May 21, 2024
attempt to fix the current ci error. the error only appeared on this branch,
so I'm assuming it's related to the release-it upgrade.

ci error: https://github.com/scientist-softserv/webstore-component-library/actions/runs/9180400953/job/25245089130?pr=231
```
npm notice
npm ERR! code ENEEDAUTH
npm ERR! need auth This command requires you to be logged in to https://registry.npmjs.org/
npm ERR! need auth You need to authorize this machine using `npm adduser`
npm ERR! A complete log of this run can be found in: /home/runner/.npm/_logs/2024-05-21T19_44_34_719Z-debug-0.log
Error: Process completed with exit code 1.
```
@@ -13,7 +13,7 @@ jobs:
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v3
with:
registry-url: 'https://npm.pkg.github.com'
registry-url: 'https://registry.npmjs.org'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reason for this change detailed here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thread that led me to this change: npm/cli#6184 (comment)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.1.24 was also successfully registered on npmjs.

@alishaevn alishaevn merged commit 066037b into main May 22, 2024
2 checks passed
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