Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@jAsE well, it's just a static website that I'm hosting on github pages. The process itself wasn't that hard but I grew tired of it and decided to automate.
Anyway, it's just a script that bundles the thing, generates a new version string based on release type (major, minor or patch), creates a changelog using all commits since last version tag, commits and pushes the build folder to the repo I'm using to host the site, updates the package.json and creates a new git tag with the generated version. -
I used to do this all by hand (except the changelog part, that's a bonus I added now).
-
@datawraith I just checked their video on their website, but isn't that what digital ocean already provide? I use Vultr and their portal does the same, what advantage does it have?
Related Rants
I just finished automating my website's release process. Feels so good.
rant
automation