Github user zuyu commented on a diff in the pull request:

    https://github.com/apache/incubator-quickstep/pull/199#discussion_r103599270
  
    --- Diff: release/release_manager.profile ---
    @@ -0,0 +1,28 @@
    +# Profile for Releasing Quickstep
    +#
    +# This script is for release managers. It is to be used in conjunction 
with 
    +# the release_cmds script.
    +#
    +# Usage: Fill out this file with your apache details. Then source this 
file.
    +#        Sourcing the release_cmds file will automatically source this.
    +#
    +
    +# you must be registered with apache
    +export APACHE_USERNAME=
    +
    +# quickstep version, Major.Minor.Increment
    +export VERSION=
    +
    +# release candidate number. For a new version, this starts at 0
    +export CANDIDATE=
    +
    +# folders corresponding to SVN repos where we keep our release artifacts
    +export SVN_DEV=svn-quickstep-dev
    +export SVN_REL=svn-quickstep-rel
    +
    +# you probably will not need to change things below this line
    +export PROJECT_NAME=apache-quickstep-incubating
    +
    +# path to apache repo with quickstep releases
    +export 
SVN_DEV_URL=https://dist.apache.org/repos/dist/dev/incubator/quickstep
    +export 
SVN_REL_URL=https://dist.apache.org/repos/dist/rel/incubator/quickstep
    --- End diff --
    
    Add `\n` here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to