-
Notifications
You must be signed in to change notification settings - Fork 44
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: markchalloner/git-semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: HEAD
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 9 files changed
- 4 contributors
Commits on Oct 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b85b728 - Browse repository at this point
Copy the full SHA b85b728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86ebd64 - Browse repository at this point
Copy the full SHA 86ebd64View commit details -
Fix links in README and PLUGINS.md (#30)
The links in the TOC were broken in both files.
Configuration menu - View commit details
-
Copy full SHA for 86ce36e - Browse repository at this point
Copy the full SHA 86ce36eView commit details
Commits on Oct 24, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for c884191 - Browse repository at this point
Copy the full SHA c884191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a00f79 - Browse repository at this point
Copy the full SHA 4a00f79View commit details
Commits on Apr 4, 2019
-
Add setup.py version plugin (#37)
* Updated documentation * Ranamed plugin to ensure execution order * Fixed sed regex * Added comment about non-extended regex syntax
Configuration menu - View commit details
-
Copy full SHA for 88d180e - Browse repository at this point
Copy the full SHA 88d180eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef1828 - Browse repository at this point
Copy the full SHA 1ef1828View commit details
Commits on Apr 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7725e8f - Browse repository at this point
Copy the full SHA 7725e8fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.0.1...HEAD