You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/07/19 01:25:21 UTC

[apisix-go-plugin-runner] branch master updated: feat: releas 0.1.0 (#23)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-go-plugin-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ca0f5e  feat: releas 0.1.0 (#23)
6ca0f5e is described below

commit 6ca0f5ed4cda0ff56aa77292842823cb43d16bb3
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Mon Jul 19 09:25:11 2021 +0800

    feat: releas 0.1.0 (#23)
---
 CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++
 Makefile     |  4 ++--
 2 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..8433b54
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,32 @@
+---
+title: Changelog
+---
+
+<!--
+#
+# 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.
+#
+-->
+
+## Table of Contents
+
+- [0.1.0](#010)
+
+## 0.1.0
+
+### Feature
+
+- First implementation
diff --git a/Makefile b/Makefile
index 33ff9e7..0673342 100644
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,9 @@
 default: help
 
 VERSION ?= latest
-RELEASE_SRC = apache-apisix-go-plugin-runner-${VERSION}-src
+RELEASE_SRC = apisix-go-plugin-runner-${VERSION}-src
 
-GITSHA ?= $(shell git rev-parse --short=7 HEAD)
+GITSHA ?= $(shell git rev-parse --short=7 HEAD 2> /dev/null | echo '')
 OSNAME ?= $(shell uname -s | tr A-Z a-z)
 OSARCH ?= $(shell uname -m | tr A-Z a-z)
 PWD ?= $(shell pwd)