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

feat: add npm run release script to ease versionning #64

Merged
merged 5 commits into from
Apr 4, 2020

Commits on Apr 4, 2020

  1. $ npm init release-it

    (alternative to semantic-release, following https://github.com/release-it/release-it#installation)
    adrienjoly committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    2620b0d View commit details
    Browse the repository at this point in the history
  2. feat: upgrade from node 8 to node 10

    (required by release-it)
    adrienjoly committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    f1e58dc View commit details
    Browse the repository at this point in the history
  3. fix: disable npm support

    (in response to error: "Latest version in registry (0.0.1) does not match package.json (2.16.3)")
    adrienjoly committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    6903fc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3843d83 View commit details
    Browse the repository at this point in the history
  5. remove dry run

    adrienjoly committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    33741f2 View commit details
    Browse the repository at this point in the history