Skip to main content

No project description provided

Project description

reporeleaser Build Status

Create a new release for your repo.

This will create a new release for your repo.
In the description of that release it will list all commits since the last release.

Install

Require Python version 3.5.3+

python3 -m pip install -U reporeleaser

Example

reporeleaser --token aaabbbccc111222333 --repo ludeeus/customjson --release patch

This example will create a new release for `` with this information:

Tag name

Current version + 1 for patch, example 1.1.4

Release name

Current version + 1 for patch, example 1.1.4

Release description

## Changes

- Add cmd option --version
- lint
- Reorder stuff for version handling
- Fix customjson_update_pending
- Adds customjson_update_pending

[Full Changelog][changelog]

***

This release was created with [reporeleaser][reporeleaser] :tada:

[reporeleaser]: https://pypi.org/project/reporeleaser/
[changelog]: https://github.com/ludeeus/customjson/compare/1.1.3...1.1.4

NB!: it is recommended to run it one time with --test to make sure the data is correct.

CLI options

param alias description
--token -T An GitHub access_token with repo permissions.
--repo -R The repo you want to show info for, can be added multiple times, is optional.
--release None Can be major, minor, patch, initial or a custom tag name.
--test None This will print to console, and not create the release.
--version -V Print the installed version.

You can only use major, minor, patch if your tags are one of these:

  • MAJOR.MINOR.PATCH
  • vMAJOR.MINOR.PATCH

examples:

  • 1.1.3
  • v1.1.3

BuyMeCoffee

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reporeleaser-0.0.4.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page