File tree Expand file tree Collapse file tree
roles/computate_new_release/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22
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
1313
1414- name : |
1515 Ensure {{ COMPUTATE_SEARCH_NAME }} project has no uncommitted changes
280280 Create a {{ COMPUTATE_NAME }} {{ NEXT_VERSION }} tag in GitHub
281281 shell :
282282 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