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

2.10.0-alpha.0 release #3650

Merged
merged 8 commits into from
Sep 23, 2020
Merged

2.10.0-alpha.0 release #3650

merged 8 commits into from
Sep 23, 2020

Conversation

thisisdano
Copy link
Member

@thisisdano thisisdano commented Sep 22, 2020

This will publish the first draft of our Sass modules work to npm as 2.10.0-alpha.0 with an alpha tag.

@thisisdano thisisdano changed the title V2.10 beta develop 2.10.0-alpha.0 release Sep 22, 2020
@thisisdano thisisdano marked this pull request as draft September 22, 2020 22:11
@thisisdano thisisdano marked this pull request as ready for review September 23, 2020 17:43
@@ -1,6 1,6 @@
{
"name": "uswds",
"version": "2.9.0",
"version": "2.10.0-alpha.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

This will be the version name on npm

name: Publish to NPM with `alpha` tag
command: |
npm config set "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
npm publish --tag alpha
Copy link
Member Author

Choose a reason for hiding this comment

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

This is our alpha tag

@@ -76,3 93,9 @@ workflows:
filters:
branches:
only: master
- deploy-alpha:
Copy link
Member Author

Choose a reason for hiding this comment

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

Here's our alpha job...

- build
filters:
branches:
only: v2.10-beta--main
Copy link
Member Author

Choose a reason for hiding this comment

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

...and this is the branch that it'll run on.

@thisisdano
Copy link
Member Author

The alpha and beta tags will prevent these releases from installing with npm install uswds@latest

@thisisdano thisisdano merged commit 540801a into v2.10-beta--main Sep 23, 2020
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.

None yet

2 participants