1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
1.
# make sure we don't include personal information (such as our
# home directory name) in the release
# make sure we don't include any untracked files in the release
# update the version
# check for errors
# add and commit version changes with commit message, for example
# "Updated version to '0.2.1'"
2.
3.
# make sure there are no untracked or changed files
# publish