4.2.40 • Published 6 years ago

learn-commitizen v4.2.40

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Learn Commitizen Basics

npm version Greenkeeper badge semantic-release Commitizen friendly MIT License

This is sample repo for learning more about Commitizen for practice.

Main focus:

  • Semantic Release
  • Commitizen
  • cz-conventional-changelog

Steps

  1. Make new changes to repo (add/edit any file).
  2. Add the changes next for staging:
    git add .
  3. Run the following command and follow the Commitizen steps:
    npm run commit
    Commitizen
  4. Finally
    git push

Default Commit Message Format

Each commit message consists of a header, a body and a footer. The header has a special format that includes a type, a scope and a subject (full explanation):

<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>

Contributing

Pull requests are always welcome.
Feel free to fork and do as many commits as you want for practice.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

MIT © Palash Mondal

4.2.40

6 years ago

4.2.39

6 years ago

4.2.38

6 years ago

4.2.37

6 years ago

4.2.36

6 years ago

4.2.35

6 years ago

4.2.34

6 years ago

4.2.33

6 years ago

4.2.32

6 years ago

4.2.31

6 years ago

4.2.30

6 years ago

4.2.29

6 years ago

4.2.28

6 years ago

4.2.27

6 years ago

4.2.26

6 years ago

4.2.25

6 years ago

4.2.24

6 years ago

4.2.23

6 years ago

4.2.22

6 years ago

4.2.21

6 years ago

4.2.20

6 years ago

4.2.19

6 years ago

4.2.18

6 years ago

4.2.17

6 years ago

4.2.16

6 years ago

4.2.15

6 years ago

4.2.14

6 years ago

4.2.13

6 years ago

4.2.12

6 years ago

4.2.11

6 years ago

4.2.10

6 years ago

4.2.9

6 years ago

4.2.8

6 years ago

4.2.7

6 years ago

4.2.6

7 years ago

4.2.5

7 years ago

4.2.4

7 years ago

4.2.3

7 years ago

4.2.2

7 years ago

4.2.1

7 years ago

4.2.0

7 years ago

4.1.1

7 years ago

4.1.0

7 years ago

4.0.9

7 years ago

4.0.8

8 years ago

4.0.7

8 years ago

4.0.6

8 years ago

4.0.5

8 years ago

4.0.4

8 years ago

4.0.3

8 years ago

4.0.2

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.1.0

8 years ago

3.0.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago