Skip to content

Commit

Permalink
Release 1.2.0-0.1 (#121)
Browse files Browse the repository at this point in the history
* Release 1.2.0-0.1

* remove milestone
  • Loading branch information
mnecas authored Sep 16, 2020
1 parent 48f0c79 commit 0b1e850
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

VERSION="1.1.3"
MILESTONE=master
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
VERSION="1.2.0"
MILESTONE=
RPM_RELEASE="0.1"

BUILD_TYPE=$2
BUILD_PATH=$3
Expand Down
10 changes: 10 additions & 0 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ sh build.sh install %{collectionname}
%license licenses

%changelog
* Wed Sep 16 2020 Martin Necas <mnecas@redhat.com> - 1.2.0-0.1
- Add role cluster_upgrade
- Add role engine_setup
- Add role vm_infra
- Add role infra
- Add role manageiq
- Add role hosted_engine_setup
- Add role image_template
- Add role shutdown_env

* Mon Aug 17 2020 Martin Necas <mnecas@redhat.com> - 1.1.2-1
- Add ansible changelogs

Expand Down

0 comments on commit 0b1e850

Please sign in to comment.