Merge branch 'master' into lunny/improve_query_interface
This commit is contained in:
commit
f90dc25cee
16
.drone.yml
16
.drone.yml
|
@ -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
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue