Skip to content

Commit 182c1a6

Browse files
committed
Replace specific (and outdated) tag with <tag>
It is hard to keep remembering to update the tag, so better use a placeholder. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 5d57583 commit 182c1a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/RELEASE_NOTES.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
All upgrading should be done via the migration script or regenerating the templates.
1414

1515
```bash
16-
curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.12/cookiecutter/migrate.py | python3
16+
curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/<tag>/cookiecutter/migrate.py | python3
1717
```
1818

1919
But you might still need to adapt your code:

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
All upgrading should be done via the migration script or regenerating the templates.
1414

1515
```bash
16-
curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.12/cookiecutter/migrate.py | python3
16+
curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/<tag>/cookiecutter/migrate.py | python3
1717
```
1818

1919
But you might still need to adapt your code:

0 commit comments

Comments
 (0)