Thanks to visit codestin.com
Credit goes to github.com

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: markchalloner/git-semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: markchalloner/git-semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: HEAD
Choose a head ref
  • 8 commits
  • 9 files changed
  • 4 contributors

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    b85b728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ebd64 View commit details
    Browse the repository at this point in the history
  3. Fix links in README and PLUGINS.md (#30)

    The links in the TOC were broken in both files.
    particleflux authored and markchalloner committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    86ce36e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Fix stripping VERSION_PREFIX from major versions to prevent creating …

    …versions with double versions. (#33)
    
    I had a `VERSION_PREFIX=v` which caused my versions to have two "v":
    
    ```
    ➜  fluxcloud git:(master) ✗ git semver --dryrun patch
    vv0.2.11
    ➜  fluxcloud git:(master) ✗
    ```
    
    Bash does not interpolate variables inside of single quotes, so this fixes the sed
    command in version-parse-major to use double quotes so that the VERSION_PREFIX
    gets properly stripped.
    Justin authored and markchalloner committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    c884191 View commit details
    Browse the repository at this point in the history
  2. Add --dryrun flag to semver commands to allow checking tags without c…

    …reating them. (#28)
    Justin authored and markchalloner committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    4a00f79 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Add setup.py version plugin (#37)

    
    * Updated documentation
    
    * Ranamed plugin to ensure execution order
    
    * Fixed sed regex
    
    * Added comment about non-extended regex syntax
    fernandocollova authored and markchalloner committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    88d180e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ef1828 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    7725e8f View commit details
    Browse the repository at this point in the history
Loading