Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Initial attempt to build release routines for the js-cookie. Now outdated.

Notifications You must be signed in to change notification settings

js-cookie/js-cookie-release

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Cookie Release API

Release routines for JavaScript Cookie library

Functions

Promise bumpPackageJSON(String bumpSpec, String filePath)

Bumps the "version" property from a list of file paths that matches the JSON spec.

Promise gitCommit(String message, NodeGitRepository gitRepository)

Add all the changes to the staging area and create a commit to the given repository.

Release Steps

  • Run npm run release <bumpSpec>, where bumpSpec is either patch, minor or major
  • Run npm publish ./

About

Initial attempt to build release routines for the js-cookie. Now outdated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published