From 4502c15d549f0470d87b7264e1957c74e4eb1fcb Mon Sep 17 00:00:00 2001
From: Daniel Bissani Furlin <dbf15@c3sl.ufpr.br>
Date: Wed, 12 Sep 2018 12:04:39 -0300
Subject: [PATCH] SCRUM#600: Update version for internal control

---
 .gitlab-ci.yml           | 3 +--
 package/debian/changelog | 6 ++++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e2e2b9..3bc4e00 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,9 +67,8 @@ deploy_for_unstable:
 
 deploy_for_testing:
   stage: deploy
-  when: manual
   only:
-      - master
+      - /^rc-.*$/
   tags:
     - debian-packaging
   script:
diff --git a/package/debian/changelog b/package/debian/changelog
index 5cfca40..82c3b4d 100644
--- a/package/debian/changelog
+++ b/package/debian/changelog
@@ -1,3 +1,9 @@
+le-edubar (1.0.0) unstable; urgency=medium
+
+  * Updated version for internal control
+
+ -- Daniel Bissani Furlin <lesuporte@c3sl.ufpr.br>  Wed, 12 Sep 2018 12:03:04 -0300
+
 le-edubar (0.1.9) unstable; urgency=medium
 
   * Updated version for internal control
-- 
GitLab