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

[Question] Is there a way to add additonal files to commit? #145

Open
svattenky opened this issue Jan 12, 2016 · 3 comments
Open

[Question] Is there a way to add additonal files to commit? #145

svattenky opened this issue Jan 12, 2016 · 3 comments

Comments

@svattenky
Copy link

I am generating some release notes with a different tool and would like have the CHANGELOG.md i am creating be part of the commit. Is there a way to add these additional files?

@dorgan
Copy link
Collaborator

dorgan commented Mar 24, 2016

Take a look at the additionalFiles parameter, you may be able to update some code and open a PR to have it update other non JSON files.

@dorgan
Copy link
Collaborator

dorgan commented Apr 30, 2016

@angelblade27 just trying to understand how this feature should work, would this be a brand new file created for each release or is it an existing file that has an ever growing list of changes?

@bago
Copy link

bago commented Mar 1, 2018

We use beforeRelease to do some cleanup and add some generated file that should be present in the release.
The file is always regenerated.

I tried add: ['mygeneratedfile.txt'] but it doesn't work. Maybe add option can be simply improved so that if you use an array instead of true|falso it will do the add of the files listed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants