tom-writes-code / rpgle-repl

A green-screen REPL style workspace to assist with RPGLE development
MIT License
26 stars 3 forks source link

Script release creation #34

Open martintosney opened 2 years ago

martintosney commented 2 years ago

Spun off from issue #12

The release creation/upload is quite manual at the moment. In #12 I created I accidentally forgot to specify the target release option.

I propose one, maybe two, enhancement(s):

1) Create a shell script in the project to run the Bob makei command with our desired arguments (e.g. TGTRLS=V7R3M0).

2) Optionally, a second script that uses the Github API to create the release and upload the save file.

martintosney commented 2 years ago

Found that the developer working on Bob actually has something very similar. We could probably adapt it quite easily:

https://github.com/TongkunZhang/bob-release-tools

martintosney commented 2 years ago

Note to self - current manual build instructions: