@@ -5,28 +5,45 @@ 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
- <!--
8
+ ## Bump My Version's purpose is to
9
+
10
+ ::: grid wide-gap
11
+ ::: card-container horizontal depth-0
12
+ ::: card-icon
13
+ :fontawesome-solid-gear:
14
+ ::: card-content
15
+ ::: card-content-title
16
+ Work as a part of an automated build system.
17
+ Bump My Version works with automation workflows.
18
+
19
+ ::: card-container horizontal depth-0
20
+ ::: card-icon
21
+ :fontawesome-solid-magnifying-glass:
22
+ ::: card-content
23
+ ::: card-content-title
24
+ Search and replace data in project files
25
+ Update the version and metadata in your files when you increment your version.
26
+
27
+ ::: card-container horizontal depth-0
28
+ ::: card-icon
29
+ :fontawesome-solid-sliders:
30
+ ::: card-content
31
+ ::: card-content-title
32
+ Manage your project's versioning
33
+ - Increment and serialize version numbers
34
+ - Parsing version numbers
35
+ - Support SemVer, CalVer, and other versioning schemes
36
+
37
+ ::: card-container horizontal depth-0
38
+ ::: card-icon
39
+ :fontawesome-solid-code-commit:
40
+ ::: card-content
41
+ ::: card-content-title
42
+ Work with the project's source control system
43
+ - Committing changes
44
+ - Tagging releases
45
+ - Reading version numbers from tags
46
+
30
47
## Jump to section
31
48
32
49
::: grid wide-gap
@@ -82,4 +99,3 @@ pip install --upgrade bump-my-version
82
99
{ .card-content-title }
83
100
84
101
Want to understand the library better? Read our explanations behind the design.
85
- -->
0 commit comments