Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 546 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 546 Bytes

DEPRECATED - NO LONGER USED


Jenkins builder for the Vanilla framework

Example usage:

release_level=point
release_description="Just an example release."
framework_repository=git@github.com:ubuntudesign/vanilla-framework.git
assets_server_url=https://assets.example.com/v1/
assets_server_token=SECRET_TOKEN
update_homepage=true
publish_to_npm=true

./publish.sh ${project_name} ${project_repository} ${release_level} "${release_description}" ${assets_server_url} ${assets_server_token} ${update_homepage} ${publish_to_npm}