bashunit icon indicating copy to clipboard operation
bashunit copied to clipboard

Create a script to do a release

Open khru opened this issue 2 years ago • 4 comments

Related to: https://github.com/TypedDevs/bashunit/issues/71

We may need to create a script to make the new releases of the library.

@Chemaclass and @Tito-Kati opninios?

khru avatar Sep 13 '23 10:09 khru

I like the idea.

antonio-gg-dev avatar Sep 14 '23 22:09 antonio-gg-dev

This script should run the deploy-docs workflow too (instead when changes on main) to sync the documentation with the latest released version.

We could place the build version in the navbar on top right, with changelog and contributing links, like in VitePress docs.

image

antonio-gg-dev avatar Sep 17 '23 00:09 antonio-gg-dev

This could be an interesting solution, to have our own tar to use https://stackoverflow.com/questions/1125476/retrieve-a-single-file-from-a-repository

khru avatar Sep 20 '23 12:09 khru

I created a RELEASE file as a guide to know the steps to create a new release (at least manually): https://github.com/TypedDevs/bashunit/blob/main/.github/RELEASE.md

Chemaclass avatar Oct 14 '23 19:10 Chemaclass