File tree 1 file changed +14
-10
lines changed
roles/computate_new_release/tasks
1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
3
- # - name: |
4
- # Ensure {{ COMPUTATE_BASE_NAME }} project has no uncommitted changes
5
- # shell:
6
- # cmd: git status -s -uall
7
- # chdir: "{{ COMPUTATE_BASE_SRC }}"
8
- # register: GIT_STATUS_COMPUTATE_BASE
9
- # - fail:
10
- # msg: |
11
- # The {{ COMPUTATE_BASE_NAME }} project has uncommitted changes
12
- # when: GIT_STATUS_COMPUTATE_BASE.stdout_lines | length > 0
3
+ - name : |
4
+ Ensure {{ COMPUTATE_BASE_NAME }} project has no uncommitted changes
5
+ shell :
6
+ cmd : git status -s -uall
7
+ chdir : " {{ COMPUTATE_BASE_SRC }}"
8
+ register : GIT_STATUS_COMPUTATE_BASE
9
+ - fail :
10
+ msg : |
11
+ The {{ COMPUTATE_BASE_NAME }} project has uncommitted changes
12
+ when : GIT_STATUS_COMPUTATE_BASE.stdout_lines | length > 0
13
13
14
14
- name : |
15
15
Ensure {{ COMPUTATE_SEARCH_NAME }} project has no uncommitted changes
280
280
Create a {{ COMPUTATE_NAME }} {{ NEXT_VERSION }} tag in GitHub
281
281
shell :
282
282
cmd : xdg-open https://github.com/computate-org/{{ COMPUTATE_NAME }}/releases/tag/{{ NEXT_VERSION }}
283
+ - name : |
284
+ Send an update on the computate mailing list
285
+ shell :
286
+ cmd : xdg-open https://computate.topicbox.com/groups/computate
You can’t perform that action at this time.
0 commit comments