Skip to content
New issue

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

Change multi-file approach to use action for each word #37

Open
MichaelCurrin opened this issue Apr 27, 2021 · 3 comments
Open

Change multi-file approach to use action for each word #37

MichaelCurrin opened this issue Apr 27, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@MichaelCurrin
Copy link
Owner

e.g. Create foo, update bar and delete bazz

@MichaelCurrin
Copy link
Owner Author

MichaelCurrin commented Jul 7, 2021

Currently it does this:

Various changes to baz.txt, bar.js and README.md

@MichaelCurrin MichaelCurrin pinned this issue Jul 7, 2021
@MichaelCurrin MichaelCurrin unpinned this issue Jul 7, 2021
@MichaelCurrin
Copy link
Owner Author

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

The intention of this issue is to handle just a few files. e.g. update foo.txt and delete bar.js

@MichaelCurrin MichaelCurrin added the enhancement New feature or request label Jul 26, 2021
@MichaelCurrin MichaelCurrin added this to Todo in Multi-file handling via automation Jul 26, 2021
@MichaelCurrin
Copy link
Owner Author

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

@MichaelCurrin MichaelCurrin pinned this issue Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant