Skip to content

Commit cf5aad7

Browse files
committed
Add HEAD to use latest version instead of tag
1 parent 653932c commit cf5aad7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: poetry install --no-interaction
5151

5252
- name: Test
53-
run: poetry run copier copy ./ ./dist --data-file "./.github/assets/.copier-answers.yml" -f
53+
run: poetry run copier copy ./ ./dist --data-file "./.github/assets/.copier-answers.yml" -f --vcs-ref=HEAD
5454

5555
- name: Upload artifacts
5656
uses: actions/upload-artifact@v4

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ You can update the template in your destination folder with:
7171
copier update --trust path/to/destination
7272
```
7373

74+
### Develpment
75+
76+
The devcontainer is already set up for you, just open the project in VSCode and you will be prompted to open the project in the devcontainer.
77+
78+
To test the project you can run:
79+
80+
```bash
81+
copier copy ./ ./dist --data-file "./.github/assets/.copier-answers.yml" -f --vcs-ref=HEAD
82+
```
83+
7484
### Variables
7585

7686
The template uses the following variables to customize the project:

0 commit comments

Comments
 (0)