Skip to content

Commit 28a9636

Browse files
authored
Merge pull request #32 from pytest-dev/release-0.3.0
Release 0.3.0
2 parents 6e0495e + 9cf1e9c commit 28a9636

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Publish package to PyPI
3535
uses: pypa/[email protected]
3636

37-
- uses: actions-ecosystem/action-push-tag@v1
38-
with:
39-
tag: ${{ github.event.inputs.version }}
37+
- name: Push tag
38+
run: |
39+
git tag ${{ github.event.inputs.version }} ${{ github.sha }}
40+
git push origin ${{ github.event.inputs.version }}

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.3.0 (UNRELEASED)
1+
0.3.0 (2023-04-26)
22
------------------
33

44
* `#20 <https://github.com/pytest-dev/pytest-reportlog/issues/20>`_: Warnings are now included in the logs.

0 commit comments

Comments
 (0)