Skip to content

borisarzentar/git-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-playground

Setup

Run:

npm i

Change the code

  • Make some changes, add file...
  • Add files to git
  • Run 'git commit' in terminal (IDE is not supported, this is cli)
  • Follow instructions in the terminal and write the commit message follow our convention

Create a new release and generate/update CHANGELOG.md

Run:

npm run release // to release next patch version
npm run release -- --release-as={nextVersion} // release specific next version
npm run release -- --dry-run // to run release script without actualy releasing

// nextVersion - major|minor|patch or semantic version (1.0.0, 1.0.1...)

For more commands see this page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages