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

Set up publishing of @webref/idl with Lerna #68

Merged
merged 8 commits into from
Feb 12, 2021
Merged

Commits on Feb 10, 2021

  1. Set up publishing of @webref/idl with Lerna

    Lerna is a tool for managing monorepos, and while @webref/idl is the
    only package here now, the packages/* structure makes sense.
    
    Fixes #63.
    foolip committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    28ad533 View commit details
    Browse the repository at this point in the history
  2. Update packages/idl/README.md

    Co-authored-by: Dominique Hazael-Massieux <dom@w3.org>
    foolip and dontcallmedom committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    fe8d068 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Fix prepare script for Windows

    - The .gitattributes file tells Git not to convert LF line endings of the bash
    script. The script cannot run on typical Git configs on Windows otherwise.
    - The `--binary` option tells `patch` to disable any CRLF to LF conversion
    when applying the patches. That is also needed for patches to run smoothly on
    Windows.
    tidoust committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    873596b View commit details
    Browse the repository at this point in the history
  2. Update prepare.sh

    foolip committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    5f0526b View commit details
    Browse the repository at this point in the history
  3. Update .gitattributes

    foolip committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    bf59aae View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Replace hardcoded 198 test

    foolip committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    d275cc5 View commit details
    Browse the repository at this point in the history
  2. consistency

    foolip committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    d1901b0 View commit details
    Browse the repository at this point in the history
  3. Use FORCE_COLOR in CI

    foolip committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    9995327 View commit details
    Browse the repository at this point in the history