diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-07-07 15:41:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 15:41:05 -0400 |
commit | 7613f31c6b2101d1e3affa74effc6efc5d3752ea (patch) | |
tree | 11d40a7372829d1bc89a43d7abda03c4530b8478 /vendor/xorm.io | |
parent | 9543e068e960e65dba62b7f60dd6144a1724d718 (diff) | |
download | gitea-7613f31c6b2101d1e3affa74effc6efc5d3752ea.tar.gz gitea-7613f31c6b2101d1e3affa74effc6efc5d3752ea.zip |
Update vendor 20210707 (#16366)
* update gitea.com/go-chi/binding
* update github.com/blevesearch/bleve/v2
* update github.com/caddyserver/certmagic
* update github.com/go-git/go-git/v5
* update github.com/lafriks/xormstore
* update github.com/yuin/goldmark
* Revert "update gitea.com/go-chi/binding"
This reverts commit dea2f292b116114f9316fab95c5fd124174da404.
Diffstat (limited to 'vendor/xorm.io')
-rw-r--r-- | vendor/xorm.io/xorm/.drone.yml | 16 | ||||
-rw-r--r-- | vendor/xorm.io/xorm/CHANGELOG.md | 5 |
2 files changed, 21 insertions, 0 deletions
diff --git a/vendor/xorm.io/xorm/.drone.yml b/vendor/xorm.io/xorm/.drone.yml index 4f84d7faa0..8a9f887742 100644 --- a/vendor/xorm.io/xorm/.drone.yml +++ b/vendor/xorm.io/xorm/.drone.yml @@ -347,3 +347,19 @@ steps: image: golang:1.15 commands: - 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
\ No newline at end of file diff --git a/vendor/xorm.io/xorm/CHANGELOG.md b/vendor/xorm.io/xorm/CHANGELOG.md index ce5b4fe94c..cd567b27a3 100644 --- a/vendor/xorm.io/xorm/CHANGELOG.md +++ b/vendor/xorm.io/xorm/CHANGELOG.md @@ -3,6 +3,11 @@ This changelog goes through all the changes that have been made in each release 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 * BUGFIXES |