Skip to content

Releases: scikit-build/github-release

1.5.0

05 Apr 07:12
1.5.0
bcf5017
Compare
Choose a tag to compare

This release is a significant milestone in the project.

It improves release management by supporting update of the tag associated
with an existing release.

It improves the erase command supporting --keep-pattern. This allows
to exclude a subset of the packages already matched by the provided selection
pattern.

It drastically improves the command-line user experience (support --help) and
the documentation.

It also adds a new reference command to create, delete and list tags
and branches.

In addition of the original author @j0057, the core
team now includes @jcfr.

License

Features (CLI)

  • Distribute a new executable githubrelease allowing to invoke any
    command (e.g release, asset, ...) from a unified interface.

  • Significantly improve the user experience by adding first class
    support for argument parsing. --help argument is now available.
    Fix issue #2.

Features (CLI and Python API)

The changes listed below apply to both the command line interface and the
Python API.

  • Support authentication through GITHUB_TOKEN.

  • Add support for release edit with summary of changed attributes.

  • Add support for listing/creating/deleting references

  • Improve logging associated with release, assets and references.

  • Add support for --verbose and --dry-run for most of the commands.

  • release command:

    • create:

      • Support optional parameter --prerelease. This allows to directly create a pre-release.

      • Support optional parameter --publish. This allows to directly create a published release.

      • Gracefully return if release already exists.

      • Support optional parameter --target_commitish.

    • publish: Support additional parameter --prerelease.

    • unpublish: Support additional parameter --prerelease.

    • list: Display download_count.

  • asset command:

    • erase:

      • Display a message if no files matching pattern are found.

      • Add support for optional argument --keep-pattern.
        When specified, matching packages will be excluded from the subset
        already matched by the provided selection pattern.

    • upload:

      • Gracefully handle already uploaded assets having the same name.

      • Display browser_download_url returned by GitHub API.

Features (Python API)

The changes listed below apply to only the Python API.

  • asset command: Add support for list of patterns.

Backward compatibility

  • Executables github-release and github-asset have been
    deprecated but are still distributed.

Build System

  • Setup continuous integration on TravisCI to run style and integration
    tests with each pull requests.

  • Clean and simplify setup.py.

  • Add setuptools-version-command to requirements-dev.txt.

  • Add setup.cfg to mark the wheels as universal.

Documentation

1.4.3a

08 Sep 01:30
Compare
Choose a tag to compare
  • Print URL before uploading
  • Add debug command

1.4.2

13 Aug 14:55
Compare
Choose a tag to compare
  • Fix error with deleting assets
  • Add output when deleting and uploading assets

1.4.1

13 Aug 14:53
Compare
Choose a tag to compare

Fix stupid bug

1.4

13 Aug 14:41
Compare
Choose a tag to compare
1.4

Adds support for wildcards in up- and download

1.3

13 Aug 11:33
Compare
Choose a tag to compare
1.3
  • Improve improved error handling
  • Add documentation
  • Fix bug with downloading all assets
  • Add delete command (replaces erase)

1.2

13 Aug 10:11
Compare
Choose a tag to compare
1.2
  • Upload in binary mode
  • Improve error handling

BUG: download doesn't work correctly

1.1

13 Aug 10:06
Compare
Choose a tag to compare
1.1
  • Credentials from .netrc instead of environment variable
  • Edit release notes using $EDITOR
  • Publish/unpublish now works properly

1.0

13 Aug 06:40
Compare
Choose a tag to compare
1.0
  • Manage releases and assets
  • Has bug in release publish and unpublish commands, but will be fixed in next release