wohali opened a new pull request #2506: Stop propagating RC tags into dist archive URL: https://github.com/apache/couchdb/pull/2506 ## Overview This ensures that the only place an RC tag is visible is in the final tarball. To ensure we can identify CouchDB versions in the wild, each OTP app has the original git sha placed in the {id, :hash} field. Plus a little bit of style cleanup. Big thanks to @dch for starting this in #1927. ## Testing recommendations ``` git tag -a 3.0.0-RC1 -m "3.0.0-RC1" make dist grep vsn apache-couchdb-3.0.0-RC1/src/couch/src/couch.app.src git tag -d 3.0.0-RC1 rm -rf apache-couchdb-3.0.0-RC1* ``` ## Related Issues or Pull Requests Replaces #1927 ## Checklist - [X] Code is written and works correctly - [N/A] Changes are covered by tests - [N/A] Any new configurable parameters are documented in `rel/overlay/etc/default.ini` - [N/A] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
