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

Allow publishing snapshot packages to the official NPM registry #1504

Merged
merged 1 commit into from
Oct 27, 2022

Conversation

amarthadan
Copy link
Contributor

In order to do a snapshot release one must:

  1. Retrieve the NPM registry access token and export it: export NPM_TOKEN=npm_***
  2. Call the yarn docker:scripts:publish-packages:snapshot target with the version for which the snapshot should be published: yarn docker:scripts:publish-packages:snapshot v0.10.0

Close #1332

@amarthadan amarthadan self-assigned this Oct 24, 2022
@amarthadan amarthadan force-pushed the packaging-automation-cleanup branch 3 times, most recently from 6f1ae19 to d2f3fca Compare October 26, 2022 07:20
Base automatically changed from packaging-automation-cleanup to master October 26, 2022 07:50
@amarthadan amarthadan force-pushed the snapshot-publishing-automation branch from b548217 to 31c9945 Compare October 26, 2022 07:52
@amarthadan amarthadan requested a review from a team October 27, 2022 05:05
Copy link
Contributor

@Siegrift Siegrift left a comment

Choose a reason for hiding this comment

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

👍 LGTM

@amarthadan amarthadan force-pushed the snapshot-publishing-automation branch from 31c9945 to 29229c3 Compare October 27, 2022 07:49
@amarthadan amarthadan merged commit 1af7b4e into master Oct 27, 2022
@amarthadan amarthadan deleted the snapshot-publishing-automation branch October 27, 2022 09:02
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.

Automate releasing snapshot packages (outside the CI)
2 participants