Skip to content

FEMessage/release-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release-script

🖨Process FEMessage's release stuff

release

./release.sh

cd local repo directory add merge dev into master, then push to remote repo, which will trigger travis ci to:

  • publish npm
  • deploy gh-pages

make sure all repos(defined in repos.sh) haven been cloned.

get release log

./get-release-log.sh

generate all repos defined in repos.sh last 7 days github release notes into a md file.

./get-release-log.sh el-data-table vue-sfc-cli

generate el-data-table and vue-sfc-cli github release notes into a md file

here may occur github api rate limiting:

  • For unauthenticated requests, the rate limit allows for up to 60 requests per hour, associated with the originating IP address
  • For API requests using Basic Authentication or OAuth, you can make up to 5000 requests per hour, associated with the authenticated user

About

🖨Process FEMessage's release stuff

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages