Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

conventional commits cheat sheet

feat Features: A new feature
fix Bug Fixes: A bug fix
docs Documentation: Documentation only changes
style Styles: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor Code Refactoring: A code change that neither fixes a bug nor adds a feature
perf Performance Improvements: A code change that improves performance
test Tests: Adding missing tests or correcting existing tests
build Builds: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
ci Continuous Integrations: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
chore Chores: Other changes that don't modify src or test files
revert Reverts: Reverts a previous commit
Comment

PREVIOUS NEXT
Code Example
Typescript :: python remove all double elements from list 
Typescript :: typescript interface to http params 
Typescript :: how to run resize event only on client side angular 
Typescript :: how to read excel spreadsheets in c++ 
Typescript :: why important testng xml file 
Typescript :: accessing the elements of a char* in c 
Typescript :: typescript array of empty objects 
Typescript :: int sum. 
Typescript :: this typescript 
Typescript :: What kind of projects is suitable for the Agile methodology 
Typescript :: cacerts default password 
Typescript :: typescript json to interface 
Typescript :: styled components gatsby 
Typescript :: Scroll, Position 
Typescript :: share data across tab through localstorage 
Typescript :: obsidian write file 
Typescript :: copy all elements from one list to another ajav 
Typescript :: typescript equals string 
Typescript :: Checking if multiple elements are rendering using jasmine 
Typescript :: c# ienumerable wrap to know when its compltee 
Typescript :: localhost magento 2 installation redirects to the live server 
Typescript :: import fonts from angular.json file 
Typescript :: nullable parameter typescript 
Typescript :: typescript get string value of enum 
Typescript :: sequelize puts an s end of name 
Typescript :: Which of the following statements will compile correctly? 
Typescript :: Delivery structure contains the source code if your artifact: 
Typescript :: How to load plugin scripts in roblox studio command 
Typescript :: compare 2 sets python 
Typescript :: ReturnType FunctionName(FormalParameterList) { Statements ; return ReturnValue; } 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =