-
Notifications
You must be signed in to change notification settings - Fork 65
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
How to upload additional files (per-version) #32
Comments
@davibe I have not thought about this before but I do like this idea. I will work on this when I have some free time or if anybody wants to create a PR for this that would be super appreciated 😊 |
Further working on things.. i think this is not just about changelog. It's more about being able to upload additional artifacts. For example you may want to release a framework + sample app + resources + other artifacts that are specifically related to the build. I wonder wether this should be a feature of this plugin or maybe it makes sense to have a separate and generic plugin for uploading files to s3. I also think it's important to have the ability to upload entire folders. |
I think uploading a folder (recursive) would be better than an array of file. Something like |
For example i would like to upload CHANGELOG.md which i will then read with ajax in my html template. The goal is to show the user what changed in this version right before / during download
The text was updated successfully, but these errors were encountered: