Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
git config --global user.name github-actions
git config --global user.email [email protected]
- run: pipx install copier==9.3.1
- run: pipx install copier==9.4.1
- run: make template-build
- run: git diff
- run: git status --porcelain
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ consistency:
script:
- git config --global user.name gitlab-ci
- git config --global user.email [email protected]
- pipx install copier==9.3.1
- pipx install copier==9.4.1
- make template-build
- git diff
- git status --porcelain
Expand Down
2 changes: 1 addition & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"postUpgradeTasks": {
"commands": [
"git stash",
"pip install copier==9.3.1",
"pip install copier==9.4.1",
"copier update --defaults --vcs-ref {{{newVersion}}}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Please refer to pipx's installation instructions [here](https://pipx.pypa.io/sta
Once pipx is set up, install the copier for project generation using the following command:

```bash
pipx install copier==9.3.1
pipx install copier==9.4.1
```

## 🚀 Quickstart
Expand Down
2 changes: 1 addition & 1 deletion docs/management/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Please refer to pipx's installation instructions [here](https://pipx.pypa.io/sta
Once pipx is set up, install the copier for project generation using the following command:

```bash
pipx install copier==9.3.1
pipx install copier==9.4.1
```

## Create the Repository
Expand Down
2 changes: 1 addition & 1 deletion includes/sample.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Please refer to pipx's installation instructions [here](https://pipx.pypa.io/sta
Once pipx is set up, install the copier for project generation using the following command:

```bash
pipx install copier==9.3.1
pipx install copier==9.4.1
```

## 🚀 Quickstart
Expand Down
2 changes: 1 addition & 1 deletion template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"postUpgradeTasks": {
"commands": [
"git stash",
"pip install copier==9.3.1",
"pip install copier==9.4.1",
"copier update --defaults --vcs-ref {{ '{{{newVersion}}}' }}"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
git config --global user.name github-actions
git config --global user.email [email protected]
- run: pipx install copier==9.3.1
- run: pipx install copier==9.4.1
- run: make template-build
- run: git diff
- run: git status --porcelain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ consistency:
script:
- git config --global user.name gitlab-ci
- git config --global user.email [email protected]
- pipx install copier==9.3.1
- pipx install copier==9.4.1
- make template-build
- git diff
- git status --porcelain
Expand Down
2 changes: 1 addition & 1 deletion template/docs/management/init.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please refer to pipx's installation instructions [here](https://pipx.pypa.io/sta
Once pipx is set up, install the copier for project generation using the following command:

```bash
pipx install copier==9.3.1
pipx install copier==9.4.1
```

## Create the Repository
Expand Down