1.1.1 • Published 4 years ago

git-upm-publisher v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

npm

git-upm-publisher-2

Continuation of the git-upm-publisher, which never worked as it was supposed to.

Written in Typescript this time.

Install

npm i -g git-upm-publisher

Make sure to delete the python version if you were using it:

pip uninstall git-upm-publisher

Usage

Navigate to the folder with the package.json, and run gup.

Command Line Parameters

ParameterAliasTypeDescription
--helpbooleanShow help
--versionbooleanShow version number
--branch-bstringName of the branch to publish the UPM package to. Defaults to "upm".
--force-fbooleanDisable checks and execute snapshot with force flag.
--noAuthor-abooleanDisable overriding the commit author for auto-commits made by this tool.
--noPush-nbooleanDisable auto-pushing of the upm branch to the origin.
--noCommit-cbooleanDisable the auto-commit before publishing that includes the version change in the 'package.json'.
--package-pstringSkip searching and use this package.json path (must include 'package.json').
--tagPrefix-tstringA prefix for the git tag.

Licence

MIT license. Refer to the LICENSE file.

Copyright (c) 2020 starikcetin