Merge branch 'master' into lunny/improve_query_interface

This commit is contained in:
Lunny Xiao 2021-07-04 19:08:51 +08:00
commit f90dc25cee
2 changed files with 21 additions and 0 deletions

View File

@ -347,3 +347,19 @@ steps:
image: golang:1.15 image: golang:1.15
commands: commands:
- make coverage - make coverage
---
kind: pipeline
name: release-tag
trigger:
event:
- tag
steps:
- name: release-tag-gitea
pull: always
image: plugins/gitea-release:latest
settings:
base_url: https://gitea.com
title: '${DRONE_TAG} is released'
api_key:
from_secret: gitea_token

View File

@ -3,6 +3,11 @@
This changelog goes through all the changes that have been made in each release This changelog goes through all the changes that have been made in each release
without substantial changes to our git log. without substantial changes to our git log.
## [1.1.2](https://gitea.com/xorm/xorm/releases/tag/1.1.2) - 2021-07-04
* BUILD
* Add release tag (#1966)
## [1.1.1](https://gitea.com/xorm/xorm/releases/tag/1.1.1) - 2021-07-03 ## [1.1.1](https://gitea.com/xorm/xorm/releases/tag/1.1.1) - 2021-07-03
* BUGFIXES * BUGFIXES