Commit 7904664c authored by Federico Vaga's avatar Federico Vaga

Merge branch 'release/v1.0.2'

parents 28212485 8b45ecb7
......@@ -15,7 +15,6 @@ stages:
- static-analysis
- build
- srpm
- tools
- kscratch
- kbuild
......@@ -63,3 +62,13 @@ kscratch:
stage: kscratch
script:
- koji --config=.koji build --wait --scratch ${KOJI_TARGET} ${SRPM_PATH}
kbuild-ohwr:
<<: *koji_deps
stage: kbuild
only:
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
except:
- branches
script:
- koji --config=.koji build --wait ${KOJI_TARGET} ${SRPM_PATH}
......@@ -9,6 +9,12 @@ Change Log
Format: `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_
Versioning: `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_
[1.0.2] - 2019-10-24
====================
Fixed
-----
- [ci] forgot rule to publish RPMs
[1.0.1] - 2019-10-24
====================
Added
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment