All Projects β†’ relekang β†’ Python Semantic Release

relekang / Python Semantic Release

Licence: mit
Automatic semantic versioning for python projects

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Semantic Release

Ngc
NewGoCommand - An opinionated and lightweight project starter. (WORK IN PROGRESS)
Stars: ✭ 16 (-94.68%)
Mutual labels:  tooling, release
Sailboat
🐍 A quick and easy way to distribute your Python projects!
Stars: ✭ 137 (-54.49%)
Mutual labels:  release, tool
Release It
πŸš€ Automate versioning and package publishing
Stars: ✭ 4,773 (+1485.71%)
Mutual labels:  release, tool
ngp
New Go Package
Stars: ✭ 22 (-92.69%)
Mutual labels:  tooling, release
Isolate
Lightweight image browser
Stars: ✭ 284 (-5.65%)
Mutual labels:  tool
Svgson
Transform svg files to json notation
Stars: ✭ 271 (-9.97%)
Mutual labels:  tool
Golds
An experimental Go local docs server/generator and code reader implemented with some fresh ideas.
Stars: ✭ 269 (-10.63%)
Mutual labels:  tool
Python Semver
Python package to work with Semantic Versioning (http://semver.org/)
Stars: ✭ 264 (-12.29%)
Mutual labels:  release
Gowapt
Go Web Application Penetration Test
Stars: ✭ 300 (-0.33%)
Mutual labels:  tool
Motionia
Motionia is a lightweight simplified on demand animation library!
Stars: ✭ 294 (-2.33%)
Mutual labels:  tool
Releaser Tools
Create a GitHub/GitLab/etc. release using a project's commit messages and metadata.
Stars: ✭ 283 (-5.98%)
Mutual labels:  release
Cli
πŸ†‘πŸ“ Setup automated semver compliant package publishing
Stars: ✭ 272 (-9.63%)
Mutual labels:  release
Plgo
easily create postgresql extensions in golang; moved to gitlab.com/microo8/plgo
Stars: ✭ 286 (-4.98%)
Mutual labels:  tool
Tinu
TINU, the open tool to create bootable macOS installers
Stars: ✭ 272 (-9.63%)
Mutual labels:  tool
Yarneditor
A tool for writing interactive dialogue in games!
Stars: ✭ 292 (-2.99%)
Mutual labels:  tool
Canvas Designer
Collaborative, extendable, JavaScript Canvas2D drawing tool, supports dozens of builtin tools, as well as generates JavaScript code for 2D animations.
Stars: ✭ 268 (-10.96%)
Mutual labels:  tool
Go command tutorial
Golang command tutorial in Chinese.
Stars: ✭ 3,155 (+948.17%)
Mutual labels:  tool
Woeusb Ng
WoeUSB-ng is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD. This is a rewrite of original WoeUSB.
Stars: ✭ 279 (-7.31%)
Mutual labels:  tool
Teip
Select partial standard input and replace with the result of another command efficiently
Stars: ✭ 280 (-6.98%)
Mutual labels:  tool
Concuerror
Concuerror is a stateless model checking tool for Erlang programs.
Stars: ✭ 277 (-7.97%)
Mutual labels:  tool

Python Semantic Release


|Test Status| |PyPI Version| |conda-forge version| |Read the Docs Status|

Automatic Semantic Versioning for Python projects. This is a Python implementation of semantic-release_ for JS by Stephan BΓΆnnemann. If you find this topic interesting you should check out his talk from JSConf Budapest_.

The general idea is to be able to detect what the next version of the project should be based on the commits. This tool will use that to automate the whole release, upload to PyPI and post changelogs to GitHub. You can run the tool on a CI service, or just run it locally.

Installation

::

python3 -m pip install python-semantic-release semantic-release --help

Python Semantic Release is also available from conda-forge_ or as a GitHub Action. Read more about the setup and configuration in our getting started guide.

.. _semantic-release: https://github.com/semantic-release/semantic-release .. _talk from JSConf Budapest: https://www.youtube.com/watch?v=tc2UgG5L7WM .. _getting started guide: https://python-semantic-release.readthedocs.io/en/latest/#getting-started .. _GitHub Action: https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html .. _conda-forge: https://anaconda.org/conda-forge/python-semantic-release

.. |Test Status| image:: https://img.shields.io/github/workflow/status/relekang/python-semantic-release/Test%20%26%20Release?label=Tests&logo=github .. |PyPI Version| image:: https://img.shields.io/pypi/v/python-semantic-release?label=PyPI&logo=pypi .. |conda-forge Version| image:: https://img.shields.io/conda/vn/conda-forge/python-semantic-release?logo=anaconda .. |Read the Docs Status| image:: https://img.shields.io/readthedocs/python-semantic-release?label=Read%20the%20Docs&logo=read-the-docs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].