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

Automate releasing #539

Merged
merged 6 commits into from Sep 13, 2019
Merged

Automate releasing #539

merged 6 commits into from Sep 13, 2019

Commits on Sep 12, 2019

  1. Introduce release-it

    carhartl committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    8dfc697 View commit details
    Browse the repository at this point in the history
  2. Add consistent license to all dist variants

    This will allow for easier, automated bumping during releasing.
    carhartl committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    e1fe249 View commit details
    Browse the repository at this point in the history
  3. Add configuration for release-it

    This configuration supplies publishing to npm along with making a
    release on GitHub with additional assets to be uploaded (in particular
    minified versions for both the module and nonmodule variants).
    carhartl committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    46e50df View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    21c66c7 View commit details
    Browse the repository at this point in the history
  2. Prevent changelog consisting of commit messages

    This doesn't seem to provide value. We may have to craft release notes
    manually for a GitHub release (thus we keep creating the release as a
    draft).
    carhartl committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    cc6b35c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6f7b23 View commit details
    Browse the repository at this point in the history