mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2026-02-02 07:35:10 +01:00
more readme fixes
This commit is contained in:
parent
82795db06c
commit
f9f527c47d
1 changed files with 6 additions and 7 deletions
13
README.md
13
README.md
|
|
@ -79,10 +79,11 @@ Code Quality/CI:
|
||||||
|
|
||||||
- [Overview](#overview)
|
- [Overview](#overview)
|
||||||
- [Search and Replace](#search-and-replace)
|
- [Search and Replace](#search-and-replace)
|
||||||
|
- [Name Change PyCalVer -> BumpVer](#name-change-pycalver---bumpver)
|
||||||
- [Related Projects/Alternatives](#related-projectsalternatives)
|
- [Related Projects/Alternatives](#related-projectsalternatives)
|
||||||
- [Example Usage](#example-usage)
|
- [Example Usage](#example-usage)
|
||||||
- [Testing a version pattern](#testing-a-version-pattern)
|
- [Testing a `version_pattern`](#testing-a-version_pattern)
|
||||||
- [SemVer: `MAJOR`/`MINOR`/`PATCH`](#semver-majorminorpatch)
|
- [Using `MAJOR`/`MINOR`/`PATCH` (SemVer Parts)](#using-majorminorpatch-semver-parts)
|
||||||
- [Auto Increment Parts: `BUILD`/`INC0`/`INC1`](#auto-increment-parts-buildinc0inc1)
|
- [Auto Increment Parts: `BUILD`/`INC0`/`INC1`](#auto-increment-parts-buildinc0inc1)
|
||||||
- [Persistent Parts: `BUILD`/`TAG`/`PYTAG`](#persistent-parts-buildtagpytag)
|
- [Persistent Parts: `BUILD`/`TAG`/`PYTAG`](#persistent-parts-buildtagpytag)
|
||||||
- [Searching for Patterns with `grep`](#searching-for-patterns-with-grep)
|
- [Searching for Patterns with `grep`](#searching-for-patterns-with-grep)
|
||||||
|
|
@ -100,7 +101,6 @@ Code Quality/CI:
|
||||||
- [The Current Version](#the-current-version)
|
- [The Current Version](#the-current-version)
|
||||||
- [Dry Mode](#dry-mode)
|
- [Dry Mode](#dry-mode)
|
||||||
- [VCS Parameters (git/mercurial)](#vcs-parameters-gitmercurial)
|
- [VCS Parameters (git/mercurial)](#vcs-parameters-gitmercurial)
|
||||||
- [Depricated Pattern Syntax](#depricated-pattern-syntax)
|
|
||||||
|
|
||||||
<!--TOC-->
|
<!--TOC-->
|
||||||
|
|
||||||
|
|
@ -160,11 +160,10 @@ This name change is due to confusion that this project is either Python specific
|
||||||
|
|
||||||
### Related Projects/Alternatives
|
### Related Projects/Alternatives
|
||||||
|
|
||||||
If you are looking for an alternative, BumpVer was heavily influenced by [bumpversion / bump2version][url_bump2version]. You may also wish to take a look at their list of related projects: [bump2version/RELATED.md][url_bump2version_related]
|
If you are looking for an alternative, BumpVer was heavily influenced by [bumpversion/bump2version][url_bump2version]. You may also wish to take a look at their list of related projects: [bump2version/RELATED.md][url_bump2version_related]
|
||||||
|
|
||||||
[url_bump2version] https://github.com/c4urself/bump2version/
|
[url_bump2version]: https://github.com/c4urself/bump2version/
|
||||||
|
[url_bump2version_related]: https://github.com/c4urself/bump2version/blob/master/RELATED.md
|
||||||
[url_bump2version_related] https://github.com/c4urself/bump2version/blob/master/RELATED.md
|
|
||||||
|
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue