Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
CONTRIBUTING.md 612 B
Newer Older
  • Learn to ignore specific revisions
  • Dorian Turba's avatar
    Dorian Turba committed
    # Contributing to PyPI to Docker missing version template
    
    ## Useful Commands for Development
    
    This project relies on several commands to manage dependencies and versioning
    effectively. Here's a breakdown of the most important commands you should be familiar
    with.
    
    ### Installation
    
    To set up your environment and install all necessary dependencies:
    
    ```sh
    pip install --upgrade pip
    pip install bump-my-version
    ```
    
    ### Bump version
    
    To bump the version of the project, use the following command:
    
    ```sh
    bump-my-version bump major
    ```
    
    ```sh
    bump-my-version bump minor
    ```
    
    ```sh
    bump-my-version bump patch
    ```