Closed aayusharyan closed 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
Have you tried https://github.com/flowjs/flow.js/packages ?
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 .
I'll try this over the weekend. Right now I am working on Making this Library plug-n-play for S3 Uploads. 😅
Sounds super cool :))
Published and released 2.14.0
Thanks man. :) I'll close this now.
@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.