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
e.g. Create foo, update bar and delete bazz
Create foo, update bar and delete bazz
The text was updated successfully, but these errors were encountered:
Currently it does this:
Various changes to baz.txt, bar.js and README.md
Sorry, something went wrong.
This is much easier to do now that #38 is mostly done.
This issue is also very similar to #52, which will handle many files e.g. update foo.txt and delete 6 files
update foo.txt and delete 6 files
The intention of this issue is to handle just a few files. e.g. update foo.txt and delete bar.js
update foo.txt and delete bar.js
This currently isn't nice for only 2 files with different actions
build(deps): create 1 file and update 1 file
This should be
build(deps): update package.json and create package-lock.json
No branches or pull requests
e.g.
Create foo, update bar and delete bazz
The text was updated successfully, but these errors were encountered: