atom / apm

Atom Package Manager
https://atom.io/packages
MIT License
1.27k stars 297 forks source link

Improved publish version message #855

Closed Aerijo closed 5 years ago

Aerijo commented 5 years ago

Requirements

Description of the Change

Publishing doc tweaks:

Alternate Designs

Could remove the Must be of the form vx.y.z message from the inline flag description, as it's also stated in the block of text, but I feel it's easier not to miss if it's also there.

Benefits

Make required steps clearer.

Possible Drawbacks

none

Verification Process

Tested npm version minor -m "Prepare v%s release" on a dummy package; the git commit message was Prepare v0.38.0 release as expected.

The doc changes were verified by running apm help publish.

Applicable Issues

closes #724 also addresses https://github.com/atom/atom.io/issues/118#issuecomment-301992922

as-cii commented 5 years ago

Nice, thanks @Aerijo! ⚡️