You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2019. It is now read-only.
auto bump version by 0.0.1 but prompt user if they want to overwrite: app_name new version (current_version + 0.0.1): => update manifest.json with new version
git add manifest.json && git commit -m 'bump version to 0.0.2'
git tag -a v0.0.2 -m "version 0.0.2" && git push --tags
optional: search app registry to see if the app has been registered. Prompt user to register the app if it hasn't. Repo url can be extracted from manifest.json. If it's empty, try git remote -v, if still none, ask user to publish the git repo first for it to be listed in hive app store
The text was updated successfully, but these errors were encountered:
app_name new version (current_version + 0.0.1):
=> update manifest.json with new versiongit add manifest.json && git commit -m 'bump version to 0.0.2'
git tag -a v0.0.2 -m "version 0.0.2" && git push --tags
git remote -v
, if still none, ask user to publish the git repo first for it to be listed in hive app storeThe text was updated successfully, but these errors were encountered: