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

Skip generating changelog in tests #492

Merged
merged 1 commit into from
Jan 9, 2021
Merged

Skip generating changelog in tests #492

merged 1 commit into from
Jan 9, 2021

Commits on Jan 9, 2021

  1. Skip generating changelog in tests

    Changelog generation requires annotating commits with a commit type,
    otherwise the tests will fail. This is annoying for contributors, since
    it's unusual, and I often myself forget to do it, causing a round-trip
    with tests.
    
    So, skip generating the changelog during the tests. Also, change the
    `--no-git` option for `gen book` and `gen all` to `--no-changelog`, so
    it's clearer what it does.
    
    I think I'll wind up just making a YAML file that contains commit types,
    for changelog generation, so it doesn't have to be done in the commit
    message.
    
    type: testing
    casey committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    61bbd3b View commit details
    Browse the repository at this point in the history