<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/9993bfa8ed574d0ca8d00dcf25e94b4bec66402d">https://github.com/macports/macports-base/commit/9993bfa8ed574d0ca8d00dcf25e94b4bec66402d</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 9993bfa  ReleaseProcess: Add notes for updating Travis CI
</span>9993bfa is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9993bfa8ed574d0ca8d00dcf25e94b4bec66402d
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Thu Oct 5 23:58:34 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    ReleaseProcess: Add notes for updating Travis CI
</span>---
 portmgr/ReleaseProcess.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/portmgr/ReleaseProcess.md b/portmgr/ReleaseProcess.md
</span><span style='display:block; white-space:pre;color:#808080;'>index 91624a1..d8f5992 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/portmgr/ReleaseProcess.md
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/portmgr/ReleaseProcess.md
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -235,6 +235,20 @@ cron job that makes the code available via rsync. See
</span> [`jobs/mprsyncup`][mprsyncup] in the macports-infra repository.
 
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+### Make the Release Available for Pull Request Checks on Travis CI ###
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+To make the new release available for testing pull requests on
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+[Travis CI](https://travis-ci.org/macports), update the travis-ci branch by
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+merging the newly tagged release into it.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    $ git checkout travis-ci
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    $ git merge v2.0.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    $ git push origin travis-ci
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Verify that the new release has been built successfully on
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+[Travis CI](https://travis-ci.org/macports/macports-base/branches).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> ### Notify the Public of the Release ###
 
 Once the release has been posted, notification of the release should be
</pre><pre style='margin:0'>

</pre>