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

Allow optional src_path argument to generate that default to URL #174

Merged
merged 3 commits into from
May 31, 2024

Commits on May 29, 2024

  1. Use url as source

    Instead of using the copier.yml from ~/.julia/** use GH url.
    
    Fixes #146
    sverhoeven committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4af7a76 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Allow optional src_path argument to generate

    If the argument is passed, copy from that location, otherwise
    url the URL.
    
    BREAKING CHANGE: The default API now clones from the URL, which means
    that even if you clone the repo and run the generate command, it will
    use the latest tagged version.
    abelsiqueira committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f207dbd View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    abelsiqueira committed May 30, 2024
    Configuration menu
    Copy the full SHA
    411080b View commit details
    Browse the repository at this point in the history