We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git tag ...
git push origin tag ...
carthage build --no-skip-current
carthage archive
The text was updated successfully, but these errors were encountered:
Usage:
dn-m bump [-M | -m | -p]
-M
1.2.4
2.0
-m
1.3
-p
1.2.5
Sorry, something went wrong.
Get current version from git, then do calculation of new version based on flag.
git
Tags are stored as files in .git/refs/tags.
.git/refs/tags
Then, build an archive:
carthage build --no-skip-current carthage archive
Then, use github-release to do something like this:
$ github-release upload \ --user dn-m \ --repo ${project_name} \ --tag ${tag} \ --name "${project_name}.framework.zip" \ --file path/to/file
Successfully merging a pull request may close this issue.
git tag ...
git push origin tag ...
carthage build --no-skip-current
carthage archive
The text was updated successfully, but these errors were encountered: