thoughtbot / superglue

A productive library for Classic Rails, React and Redux
https://thoughtbot.github.io/superglue/
MIT License
327 stars 8 forks source link

Add release script for streamlined versioning and publishing #81

Closed kholdrex closed 6 days ago

kholdrex commented 1 week ago

https://github.com/thoughtbot/superglue/issues/49

The script guides through the release steps, prompting for necessary inputs, confirming actions, and automating the version update, testing, building, and publishing tasks.

Changes

Benefits

Usage

The release script can be run without any arguments to be prompted for the version number, or with the version number as an argument:


# Without arguments
bin/release

# With version number argument
bin/release 1.0.0
jho406 commented 6 days ago

Thanks @kholdrex