Skip to content

Commit ad17acf

Browse files
committed
docs: added bump gif
1 parent 56c8a8d commit ad17acf

File tree

3 files changed

+201
-4
lines changed

3 files changed

+201
-4
lines changed

docs/bump.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
![Bump version](images/bump.gif)
3+
14
## About
25

36
The version is bumped **automatically** based on the commits.
@@ -10,26 +13,25 @@ The version can also be **manually** bumped.
1013

1114
The version format follows [semantic versioning][semver].
1215

13-
This means `MAJOR.MiNOR.PATCH`
16+
This means `MAJOR.MINOR.PATCH`
1417

1518
| Increment | Description | Conventional commit map |
1619
| ------- | ----- | ------ |
1720
| `MAJOR` | Breaking changes introduced | `BREAKING CHANGE` |
1821
| `MINOR` | New features | `feat` |
1922
| `PATCH` | Fixes | `fix` + everything else |
2023

21-
2224
Prereleases are supported following python's [PEP 0440][pep440]
2325

2426
The scheme of this format is
2527

26-
```
28+
```bash
2729
[N!]N(.N)*[{a|b|rc}N][.postN][.devN]
2830
```
2931

3032
Some examples:
3133

32-
```
34+
```bash
3335
0.9.0
3436
0.9.1
3537
0.9.2

docs/images/bump.gif

631 KB
Loading

docs/images/bump.yml

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
# The configurations that used for the recording, feel free to edit them
2+
config:
3+
4+
# Specify a command to be executed
5+
# like `/bin/bash -l`, `ls`, or any other commands
6+
# the default is bash for Linux
7+
# or powershell.exe for Windows
8+
command: bash -l
9+
10+
# Specify the current working directory path
11+
# the default is the current working directory path
12+
cwd: ~/my-project
13+
14+
# Export additional ENV variables
15+
env:
16+
recording: true
17+
18+
# Explicitly set the number of columns
19+
# or use `auto` to take the current
20+
# number of columns of your shell
21+
cols: 80
22+
23+
# Explicitly set the number of rows
24+
# or use `auto` to take the current
25+
# number of rows of your shell
26+
rows: 20
27+
28+
# Amount of times to repeat GIF
29+
# If value is -1, play once
30+
# If value is 0, loop indefinitely
31+
# If value is a positive number, loop n times
32+
repeat: 0
33+
34+
# Quality
35+
# 1 - 100
36+
quality: 85
37+
38+
# Delay between frames in ms
39+
# If the value is `auto` use the actual recording delays
40+
frameDelay: auto
41+
42+
# Maximum delay between frames in ms
43+
# Ignored if the `frameDelay` isn't set to `auto`
44+
# Set to `auto` to prevent limiting the max idle time
45+
maxIdleTime: 2000
46+
47+
# The surrounding frame box
48+
# The `type` can be null, window, floating, or solid`
49+
# To hide the title use the value null
50+
# Don't forget to add a backgroundColor style with a null as type
51+
frameBox:
52+
type: floating
53+
title: "Commitizen: bump"
54+
style:
55+
border: 0px black solid
56+
# boxShadow: none
57+
# margin: 0px
58+
59+
# Add a watermark image to the rendered gif
60+
# You need to specify an absolute path for
61+
# the image on your machine or a URL, and you can also
62+
# add your own CSS styles
63+
watermark:
64+
imagePath: null
65+
style:
66+
position: absolute
67+
right: 15px
68+
bottom: 15px
69+
width: 100px
70+
opacity: 0.9
71+
72+
# Cursor style can be one of
73+
# `block`, `underline`, or `bar`
74+
cursorStyle: block
75+
76+
# Font family
77+
# You can use any font that is installed on your machine
78+
# in CSS-like syntax
79+
fontFamily: "Monaco, Lucida Console, Ubuntu Mono, Monospace"
80+
81+
# The size of the font
82+
fontSize: 16
83+
84+
# The height of lines
85+
lineHeight: 1
86+
87+
# The spacing between letters
88+
letterSpacing: 0
89+
90+
# Theme
91+
theme:
92+
background: "transparent"
93+
foreground: "#afafaf"
94+
cursor: "#c7c7c7"
95+
black: "#232628"
96+
red: "#fc4384"
97+
green: "#b3e33b"
98+
yellow: "#ffa727"
99+
blue: "#75dff2"
100+
magenta: "#ae89fe"
101+
cyan: "#708387"
102+
white: "#d5d5d0"
103+
brightBlack: "#626566"
104+
brightRed: "#ff7fac"
105+
brightGreen: "#c8ed71"
106+
brightYellow: "#ebdf86"
107+
brightBlue: "#75dff2"
108+
brightMagenta: "#ae89fe"
109+
brightCyan: "#b1c6ca"
110+
brightWhite: "#f9f9f4"
111+
112+
# Records, feel free to edit them
113+
records:
114+
- delay: 2295
115+
content: "\e[1;33m\e[0;32m\e[1;34m\e[1;32msantiago\e[1;34m@\e[1;31mhome\e[1;37m in \e[1;34m~/my-project\e[0;36m |master=|\e[1;32m $\r\r\n\e[1;32m$\e[00m "
116+
- delay: 662
117+
content: c
118+
- delay: 70
119+
content: z
120+
- delay: 111
121+
content: ' '
122+
- delay: 253
123+
content: '-'
124+
- delay: 112
125+
content: '-'
126+
- delay: 112
127+
content: v
128+
- delay: 122
129+
content: e
130+
- delay: 280
131+
content: r
132+
- delay: 202
133+
content: s
134+
- delay: 106
135+
content: i
136+
- delay: 55
137+
content: o
138+
- delay: 298
139+
content: 'n'
140+
- delay: 273
141+
content: "\r\n"
142+
- delay: 1121
143+
content: "1.1.0\r\n\e[0m"
144+
- delay: 161
145+
content: "\e[1;33m\e[0;32m\e[1;34m\e[1;32msantiago\e[1;34m@\e[1;31mhome\e[1;37m in \e[1;34m~/my-project\e[0;36m |master=|\e[1;32m $\r\r\n\e[1;32m$\e[00m "
146+
- delay: 667
147+
content: c
148+
- delay: 95
149+
content: z
150+
- delay: 147
151+
content: ' '
152+
- delay: 150
153+
content: b
154+
- delay: 114
155+
content: u
156+
- delay: 180
157+
content: m
158+
- delay: 132
159+
content: p
160+
- delay: 239
161+
content: "\r\n"
162+
- delay: 1176
163+
content: "bump: version 1.1.0 → 1.1.1\r\ntag to create: v1.1.1\r\nincrement detected: PATCH\r\n"
164+
- delay: 75
165+
content: "\e[32mDone!\e[0m\r\n\e[0m"
166+
- delay: 183
167+
content: "\e[1;33m\e[0;32m\e[1;34m\e[1;32msantiago\e[1;34m@\e[1;31mhome\e[1;37m in \e[1;34m~/my-project\e[0;36m |master>|\e[1;32m $\r\r\n\e[1;32m$\e[00m "
168+
- delay: 1500
169+
content: c
170+
- delay: 70
171+
content: z
172+
- delay: 44
173+
content: ' '
174+
- delay: 161
175+
content: '-'
176+
- delay: 119
177+
content: '-'
178+
- delay: 87
179+
content: v
180+
- delay: 133
181+
content: e
182+
- delay: 92
183+
content: r
184+
- delay: 89
185+
content: s
186+
- delay: 87
187+
content: i
188+
- delay: 45
189+
content: o
190+
- delay: 200
191+
content: 'n'
192+
- delay: 199
193+
content: "\r\n"
194+
- delay: 1120
195+
content: "1.1.1\r\n\e[0m"

0 commit comments

Comments
 (0)