Skip to content

Commit 04e97d1

Browse files
authored
ci: build almost functional
Solving auto-deploy bug
2 parents 692877c + 52968d8 commit 04e97d1

23 files changed

+103
-36
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ after_script:
2121
notification:
2222
email: false
2323

24-
after_success: python setup.py sdist bdist_wheel
25-
26-
before_deploy: "echo 'Beggining deploy...'"
24+
before_deploy:
25+
- python3 setup.py build
26+
- python3 setup.py sdist bdist_wheel
2727

2828
deploy:
2929
- provider: pypi

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,39 @@ Sometimes we, the developers, go _full-loco_ while programming and make mistakes
3232

3333
### Initial commit
3434

35-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
35+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/generate-file.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
3636

3737
### Normal commit
3838

39-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
39+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/commit.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
40+
41+
### Commit without generating a configuration file
42+
43+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/--no-file.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
4044

4145
### Co-authored commit
4246

43-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
47+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/co-author.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
4448

4549
### Fast commit
4650

47-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
51+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/single-line.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
4852

4953
### Debugging and commiting
5054

51-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
55+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/--debug.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
5256

5357
### All-in-one commit
5458

55-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
59+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/all.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
5660

57-
### Getting help for writing in a convention
61+
### Help
5862

59-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
63+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/flag-h.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
64+
65+
### Getting help for writing in a convention
6066

67+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/tag-help.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
6168

6269
## Installation
6370

@@ -67,6 +74,14 @@ In order to install one of our older versions, check our [previous releases](PRE
6774
$ pip3 install commit-helper
6875
```
6976

77+
## Updating your current version
78+
79+
If you already have one of our `pip` releases installed in your machine and want to update to the latest version, use the command:
80+
81+
```bash
82+
$ pip3 install --upgrade commit-helper
83+
```
84+
7085
## Usage and configuration
7186

7287
This program has a cli that you can take advantage of. Running `commit --help`

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.5
1+
3.4.8

assets/--co-author.gif

-124 KB
Binary file not shown.

assets/--convention.gif

-133 KB
Binary file not shown.

assets/--debug.gif

-112 KB
Binary file not shown.

assets/--no-file.gif

-123 KB
Binary file not shown.

assets/--tudo.gif

-107 KB
Binary file not shown.

assets/commit helper.gif

-280 KB
Binary file not shown.

assets/commit.gif

-91.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)