Skip to content

Commit

Permalink
🤖 COPIERTemplate.jl update
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed May 15, 2024
1 parent f1ebb06 commit 518c37e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ PackageOwner: abelsiqueira
PackageUUID: 5022dd56-1d41-4538-9f4c-b20739ff8283
RunJuliaNightlyOnCI: false
UseCirrusCI: false
_commit: v0.2.2
_commit: v0.2.5
_src_path: https://github.com/abelsiqueira/COPIERTemplate.jl
12 changes: 0 additions & 12 deletions docs/src/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,3 @@ If this is the first time you work with this repository, follow the instructions
```

- Then you can open a pull request and work with the reviewer to address any issues.

## Tips

### Testing local changes

To test you local modifications, you can run copier with the `--vcs-ref HEAD` flag and point to your local clone. This will use the latest changes, including uncommitted modifications (i.e., the dirty state).
What I normally do is this:

```bash
cd $(mktemp -d) # Go to a tmp folder
copier copy --vcs-ref HEAD /path/to/clone/ pkg # Clone dirty clone into pkg
```

0 comments on commit 518c37e

Please sign in to comment.