redhat-rcue / rcue

Red Hat Common User Interface (RCUE) reference implementation
Other
26 stars 16 forks source link

Added a script used to help create RCUE releases #42

Closed dlabrecq closed 8 years ago

dlabrecq commented 8 years ago

This script will bump the version number for the RCUE repo.

sh [-x] release.sh [-h|f] -v

Example: sh release.sh -v 3.7.0 -f

OPTIONS: h Display this message (default) f Force push to new repo branch (e.g., bump-v3.7.0) v The version number (e.g., 3.7.0)

dlabrecq commented 8 years ago

@dtaylor113 @jeff-phillips-18 @bleathem please review.

jeff-phillips-18 commented 8 years ago

LGTM

dtaylor113 commented 8 years ago

LGTM. Can you please update the PF Release Doc to include instructions on when and where these new scripts should be executed? -thanks https://docs.google.com/document/d/1aHe0Yyl6jH6ZUFgsm-cUFy7R0wXm9KNZq2oeGjZEt9Q/edit

dlabrecq commented 8 years ago

Done.

Hope this is ok? I wasn't sure how best to document along with all the other steps. Didn't want to remove steps because running the script isn't required.

dtaylor113 commented 8 years ago

Hi @dlabrecq, thanks. Is there a way you can add the steps you do when you release via the scripts? For example, for RCUE:

RCUE

...please add script instructions to each repo. This document is supposed to be so anyone can execute a PF release cycle, so we want to know how exactly you've been doing it :-) -thanks

dtaylor113 commented 8 years ago

You mention that the scripts are not required to run, but you have been using them, correct? If so, and they are reliable, then it would be great to document their exact usage for each repo.

dlabrecq commented 8 years ago

I don't want to delete the steps you added because that's what I used to create the script. I often refer back to this to double check things. I added another section, named Release Script. Feel free to make changes if you want something different.

dtaylor113 commented 8 years ago

Ok, LGTM, thanks!