Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ddebeau/zfs_uploader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: ddebeau/zfs_uploader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on May 30, 2021

  1. Bump version number

    ddebeau authored May 30, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    931e4c7 View commit details
  2. Copy the full SHA
    f710435 View commit details
  3. Merge pull request #20 from ddebeau/fix/release-automation

    Switch from created to publish since created isn't working
    ddebeau authored May 30, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9b8aa81 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/release.yaml
  2. +1 −1 zfs_uploader/__init__.py
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release
on:
release:
types: [created]
types: [published]
jobs:
release:
environment: release
2 changes: 1 addition & 1 deletion zfs_uploader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

BACKUP_DB_FILE = 'backup.db'
DATETIME_FORMAT = '%Y%m%d_%H%M%S'