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 maintainer's guide to clarify release instructions #1556

Merged
merged 1 commit into from Nov 9, 2022

Conversation

hello-ashleyintech
Copy link
Contributor

Summary

While releasing some packages yesterday, I noticed that we could enhance part of our maintainer's guide release instructions to more clearly reflect where to run some of the commands to prepare for release.

Requirements (place an x in each [ ])

@hello-ashleyintech hello-ashleyintech added the docs M-T: Documentation work only label Nov 9, 2022
@hello-ashleyintech hello-ashleyintech self-assigned this Nov 9, 2022
Copy link
Member

@mwbrooks mwbrooks left a comment

Choose a reason for hiding this comment

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

Looks good to me :shipit: Thanks for the clarification!

@@ -75,7 +75,7 @@ Releasing can feel intimidating at first, but rest assured: if you make a mistak
7. Publish the release to npm
- To publish, you need to be a member of the `slack Org` on npm and set up 2-Factor Auth with your passsword generator of choice. Before you can publish with npm, you must run `npm login` from the command line.

- As the final validation, run `mv package-lock.json package-lock.json.bk && rm -rf node_modules/ dist/ && npm i && npm test && npm pack` and confirm if there are `*.js`, `*.d.ts` files under the `dist` directory.
- As the final validation, within the package directory (ex: `packages/types`), run `mv package-lock.json package-lock.json.bk && rm -rf node_modules/ dist/ && npm i && npm test && npm pack` and confirm if there are `*.js`, `*.d.ts` files under the `dist` directory.
Copy link
Member

Choose a reason for hiding this comment

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

👌🏻 Nice!

@hello-ashleyintech hello-ashleyintech merged commit 5abfa5e into main Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs M-T: Documentation work only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants