Skip to content

Commit

Permalink
Add note about pushing old commits
Browse files Browse the repository at this point in the history
Fixes #422.
  • Loading branch information
itaisteinherz committed Jun 4, 2019
1 parent 056dc72 commit 9cd9b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -27,7 +27,7 @@
- Prevents [accidental publishing](https://github.com/npm/npm/issues/13248) of pre-release versions under the `latest` [dist-tag](https://docs.npmjs.com/cli/dist-tag)
- Publishes the new version to npm, optionally under a dist-tag
- Rolls back the project to its previous state in case publishing fails
- Pushes commits and tags to GitHub/GitLab
- Pushes commits and tags (newly & previously created) to GitHub/GitLab
- Supports [two-factor authentication](https://docs.npmjs.com/getting-started/using-two-factor-authentication)
- Enables two-factor authentication on new repositories
- Opens a prefilled GitHub Releases draft after publish
Expand Down

0 comments on commit 9cd9b10

Please sign in to comment.