Skip to content

Commit

Permalink
feat: docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed May 29, 2024
1 parent f3382e6 commit 304b68e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/templates/.release_notes.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@
{%- set prev_version = releases[1][0] -%}
{% include ".changes.j2" %}
{{ "**Full Changelog**: (%s)" | format(prev_version | compare_url(version)) }}
## Installation

You can install this version via pip from [PyPI](https://pypi.org/project/python-re3data/{{ version }}/):
```console
python -m pip install services-test4=={{ version }}
```

or pull the Docker image from ghcr.io:

```console
docker pull ghcr.io/afuetterer/services-test4:{{ version }}
```

0 comments on commit 304b68e

Please sign in to comment.