We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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):
Create a shell script in the project to run the Bob makei command with our desired arguments (e.g. TGTRLS=V7R3M0).
makei
TGTRLS=V7R3M0
Optionally, a second script that uses the Github API to create the release and upload the save file.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Note to self - current manual build instructions:
REPLBOB
makei build -t 'all package' -o TGTRLS=V7R3M0
/QSYS.LIB/REPLBOB.LIB/RPGLEREPL.FILE
martintosney
No branches or pull requests
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):
Create a shell script in the project to run the Bob
makei
command with our desired arguments (e.g.TGTRLS=V7R3M0
).Optionally, a second script that uses the Github API to create the release and upload the save file.
The text was updated successfully, but these errors were encountered: