4.2.40 • Published 4 years ago

learn-commitizen v4.2.40

Weekly downloads
4
License
MIT
Repository
github
Last release
4 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

4 years ago

4.2.39

4 years ago

4.2.38

4 years ago

4.2.37

4 years ago

4.2.36

4 years ago

4.2.35

4 years ago

4.2.34

4 years ago

4.2.33

4 years ago

4.2.32

4 years ago

4.2.31

5 years ago

4.2.30

5 years ago

4.2.29

5 years ago

4.2.28

5 years ago

4.2.27

5 years ago

4.2.26

5 years ago

4.2.25

5 years ago

4.2.24

5 years ago

4.2.23

5 years ago

4.2.22

5 years ago

4.2.21

5 years ago

4.2.20

5 years ago

4.2.19

5 years ago

4.2.18

5 years ago

4.2.17

5 years ago

4.2.16

5 years ago

4.2.15

5 years ago

4.2.14

5 years ago

4.2.13

5 years ago

4.2.12

5 years ago

4.2.11

5 years ago

4.2.10

5 years ago

4.2.9

5 years ago

4.2.8

5 years ago

4.2.7

5 years ago

4.2.6

6 years ago

4.2.5

6 years ago

4.2.4

6 years ago

4.2.3

6 years ago

4.2.2

6 years ago

4.2.1

6 years ago

4.2.0

6 years ago

4.1.1

6 years ago

4.1.0

6 years ago

4.0.9

6 years ago

4.0.8

7 years ago

4.0.7

7 years ago

4.0.6

7 years ago

4.0.5

7 years ago

4.0.4

7 years ago

4.0.3

7 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago