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/12 02:09:15 UTC

[apisix-go-plugin-runner] 01/01: feat: releas 0.1.0

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

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

commit 57bc0a074a81ec4e1cf24238f2af720e782583a2
Author: spacewander <sp...@gmail.com>
AuthorDate: Mon Jul 12 10:00:01 2021 +0800

    feat: releas 0.1.0
---
 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)