dgrove-oss commented on code in PR #153:
URL: 
https://github.com/apache/openwhisk-runtime-swift/pull/153#discussion_r1253653100


##########
core/swift57Action/CHANGELOG.md:
##########
@@ -0,0 +1,25 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+# Apache OpenWhisk Swift 5.7 Runtime Container
+
+- Support for swift async/await
+
+## 1.17.0

Review Comment:
   We'll fill in the actual number as part of making the release
   ```suggestion
   ## Next Apache Release
   ```



##########
tools/travis/build.sh:
##########
@@ -49,6 +49,7 @@ TERM=dumb ./gradlew \
 :core:swift51Action:distDocker \
 :core:swift53Action:distDocker \
 :core:swift54Action:distDocker \
+:core:swift57Action:distDocker \

Review Comment:
   The corresponding addition should be made after this line now:  
https://github.com/apache/openwhisk-runtime-swift/blob/master/.github/workflows/ci.yaml#L103



##########
tools/travis/publish.sh:
##########
@@ -36,6 +36,8 @@ elif [ ${RUNTIME_VERSION} == "5.3" ]; then
   RUNTIME="swift53Action"
 elif [ ${RUNTIME_VERSION} == "5.4" ]; then
   RUNTIME="swift54Action"
+elif [ ${RUNTIME_VERSION} == "5.7" ]; then

Review Comment:
   The corresponding change should be made here now: 
https://github.com/apache/openwhisk-runtime-swift/blob/master/.github/workflows/ci.yaml#L116



##########
core/swift54Action/CHANGELOG.md:
##########
@@ -17,7 +17,7 @@
 #
 -->
 
-# Apache OpenWhisk Swift 5.4 Runtime Container
+# Apache OpenWhisk Swift 5.7 Runtime Container

Review Comment:
   Minor nit; this file shouldn't change.
   ```suggestion
   # Apache OpenWhisk Swift 5.4 Runtime Container
   ```



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to