Skip to content

Commit

Permalink
feat: releas 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed Jul 12, 2021
1 parent 09b823f commit 57bc0a0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 57bc0a0

Please sign in to comment.