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

build: add automated releases and pre-commit hooks #289

Closed
wants to merge 18 commits into from

Commits on May 14, 2023

  1. build: automated releases

    Maytha8 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    5529529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e2a0ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2c1698 View commit details
    Browse the repository at this point in the history
  4. docs: add contributing info

    Maytha8 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    b95f4ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abbc6a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b82c97 View commit details
    Browse the repository at this point in the history
  7. chore: change package.json version

    semantic-release will publish the correct version, so having the correct version number in the package.json is unnecessary.
    Maytha8 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    fca10f6 View commit details
    Browse the repository at this point in the history
  8. chore: add git repo to package.json

    This is required by semantic-release.
    Maytha8 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    0b4aeae View commit details
    Browse the repository at this point in the history
  9. build: install semantic-release plugins

    These plugins are used in .releaserc.yml.
    Maytha8 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    5d5fa38 View commit details
    Browse the repository at this point in the history
  10. chore: remove 13.0.0 from changelog

    semantic-release will just new versions on top.
    Maytha8 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    3dd54d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. fix: repo url in package.json

    Maytha8 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    79b63eb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    9a59a68 View commit details
    Browse the repository at this point in the history
  2. chore: re-enable commitlint's body-max-line-len rule

    commitlint's --from flag has anyways been hardcoded to ignore old
    dependabot messages, so this rule should be re-enabled.
    Maytha8 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1e1cf0a View commit details
    Browse the repository at this point in the history
  3. chore: separate testing and publish workflows

    This is to ensure only commits pushed to the repo are published, and not
    pull requests that have not yet been merged (we only want tests to run
        for these).
    Maytha8 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    3392d1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a4e949 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89863fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d946f4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ce2d12 View commit details
    Browse the repository at this point in the history