File tree 6 files changed +29
-9
lines changed
6 files changed +29
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ - * .md
Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ title: Bump My Version
5
5
6
6
# Bump My Version
7
7
8
+ Bump My Version's purpose is to:
9
+
10
+ - Work as a part of an automated build system
11
+ - Manage project versioning through the project's development life cycle
12
+ - Incrementing version numbers
13
+ - Serializing version numbers
14
+ - Parsing version numbers
15
+ - Support SemVer, CalVer, and other versioning schemes
16
+ - Modify project files as part of the project's development life cycle
17
+ - Work with the project's source control system
18
+ - Committing changes
19
+ - Tagging releases
20
+ - Reading version numbers from tags
21
+
22
+ ## Installation
23
+
24
+ You can download and install the latest version of this software from the Python package index (PyPI) as follows:
25
+
26
+ ``` console
27
+ pip install --upgrade bump-my-version
28
+ ```
29
+ <!--
30
+ ## Jump to section
31
+
8
32
::: grid wide-gap
9
33
10
34
::: card-container
@@ -28,7 +52,7 @@ title: Bump My Version
28
52
29
53
::: card-content
30
54
31
- [Reference](reference/index.md )
55
+ [Reference](reference/)
32
56
{ .card-content-title }
33
57
34
58
Consult the reference for specifics about the Bump My Version's configuration and commands.
@@ -58,3 +82,4 @@ title: Bump My Version
58
82
{ .card-content-title }
59
83
60
84
Want to understand the library better? Read our explanations behind the design.
85
+ -->
Original file line number Diff line number Diff line change 1
1
---
2
- title : Version part configuration
2
+ title : Version component-specific configuration
3
3
description : Configuration options for a specific version part
4
4
icon :
5
5
date : 2024-08-11
File renamed without changes.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ docs = [
68
68
" mkdocs-gen-files" ,
69
69
" mkdocs-git-authors-plugin" ,
70
70
" mkdocs-git-committers-plugin" ,
71
- " mkdocs-git-revision-date-localized-plugin" ,
71
+ " mkdocs-git-revision-date-localized-plugin>=1.2.6 " ,
72
72
" mkdocs-include-markdown-plugin" ,
73
73
" mkdocs-literate-nav" ,
74
74
" mkdocs-material" ,
You can’t perform that action at this time.
0 commit comments