Skip to content

Commit

Permalink
Merge branch 'test' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrehm committed Oct 28, 2021
2 parents c82428e + f815f12 commit 3e8201e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,10 @@ jobs:
username: ${{ secrets.EMAIL_USERNAME }}
password: ${{ secrets.EMAIL_PASSWORD }}
# email subject
subject: Github Workflow ${{ github.workflow }} of ${{ github.repository }} was successful.
subject: Github Workflow ${{ github.workflow }} of ${{ github.repository }} for ${{ github.ref }} was successful.
# email body as text
body: |
Github Actions Workflow ${{ github.workflow }} of ${{ github.repository }} was successful.
Github Actions Workflow ${{ github.workflow }} of ${{ github.repository }} for ${{ github.ref }} was successful.
Commiter: ${{ github.actor }}
Cheers Frank
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include test/*.py
include LICENSE
include README.md
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
fb-logging (0.4.3) UNRELEASED; urgency=medium

* Minor change in Github workflow job notify_success.
* Adding MANIFEST.in file

-- Frank Brehm <frank.brehm@pixelpark.com> Thu, 28 Oct 2021 09:15:58 +0200

fb-logging (0.4.2) all; urgency=medium

* Checking matching of tag with module version in Github workflow
Expand Down
2 changes: 1 addition & 1 deletion lib/fb_logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__author__ = 'Frank Brehm <frank@brehm-online.com>'
__copyright__ = '(C) 2021 by Frank Brehm, Berlin'
__contact__ = 'frank@brehm-online.com'
__version__ = '0.4.2'
__version__ = '0.4.3'
__license__ = 'LGPL-3'

# Standard modules
Expand Down

0 comments on commit 3e8201e

Please sign in to comment.