flowjs / flow.js

A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
Other
2.97k stars 347 forks source link

Creating a new Release #280

Closed aayusharyan closed 4 years ago

aayusharyan commented 4 years ago

@AidasK Should we create a new Release of this? If so, then how do you do it and what will be the version number?

Thanks.

AidasK commented 4 years ago

I have a grunt command for this. My flow is:

git pull
npm install
grunt release:patch

https://github.com/flowjs/flow.js/blob/master/Gruntfile.js#L117

And that is it. Minified file is created and pushed, tagged automatically. If you want, feel free to do it or I will do it on the weekend

aayusharyan commented 4 years ago

Have you tried https://github.com/flowjs/flow.js/packages ?

AidasK commented 4 years ago

If you are asking if this package is published in npm, then yes. But I have never tried github packages. Would you like to set it up?

On Thu, Jan 9, 2020 at 3:50 PM AAYUSH SINHA notifications@github.com wrote:

Have you tried https://github.com/flowjs/flow.js/packages ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/flowjs/flow.js/issues/280?email_source=notifications&email_token=AAP54JGSVZCYARQQTWQSD43Q44TRTA5CNFSM4KET4J7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIQLRYI#issuecomment-572569825, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP54JHXY55T2MBESMNS6LLQ44TRTANCNFSM4KET4J7A .

aayusharyan commented 4 years ago

I'll try this over the weekend. Right now I am working on Making this Library plug-n-play for S3 Uploads. 😅

AidasK commented 4 years ago

Sounds super cool :))

AidasK commented 4 years ago

Published and released 2.14.0

aayusharyan commented 4 years ago

Thanks man. :) I'll close this now.