Skip to content

GUILN/starter-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Company-log

Add reference to this package, so that you can log according to the company specifications.

!IMPORTANT: For contributors

If you are a contributor, please follow the steps below to enable git hooks used by this project:

To commit:

This project expects that the commit message needs to comply with semantic version commit message conventions. So it is expected that your commit messages follows the conventions described in Semantic Version Tools Repo.

To do so, commit-msg hook will enforce this convention.

It is impotant to follow this convention as we use it to generate the version of the package based on semantic version standards: v.major.minor.patch according to the semantic version commit message, this enables any commit to be eligible for generating a new version of the package.

To generate and publish versions of the package:

  • Make sure you are in main branch
  • Make sure your last commit message describes and indicates the expected semantics for the version to be generated.
  • Run make new_version

!NOTE: If it is the first time you are pushing to this repo.

You need to create the first version:

  • Run git tag -a v0.0.1 -m "first version"
  • Run git push origin --tags v0.0.1

This steps will make this version available for the users.

About

Git starter log

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors