From 3dee8c49f1a8237e46437ae8086ddfd59d9b8916 Mon Sep 17 00:00:00 2001 From: Rik Smale <13023439+WikiRik@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:49:48 +0200 Subject: [PATCH] chore: rename master to stable (#1799) --- .circleci/config.yml | 6 +++--- .github/workflows/codeql-analysis.yml | 4 ++-- .releaserc | 2 +- src/views/static/Status.vue | 18 +++++++++--------- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8284c4891..1677760ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -203,19 +203,19 @@ workflows: - build: filters: branches: - ignore: master + ignore: stable docker-build-and-push: jobs: - docker-build-and-push: filters: branches: - only: master + only: stable audit: triggers: - schedule: cron: "0 0 * * 5" filters: branches: - only: master + only: stable jobs: - audit diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9b0a9b47a..038bf822e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,10 +14,10 @@ name: "CodeQL" on: push: - branches: [master] + branches: [stable] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [stable] schedule: - cron: '24 5 * * 5' diff --git a/.releaserc b/.releaserc index f0e498850..706611caa 100644 --- a/.releaserc +++ b/.releaserc @@ -1,6 +1,6 @@ { "release": { - "branches": ["master"] + "branches": ["stable"] }, "plugins": [ "@semantic-release/commit-analyzer", diff --git a/src/views/static/Status.vue b/src/views/static/Status.vue index 57d061549..de30a0f1b 100644 --- a/src/views/static/Status.vue +++ b/src/views/static/Status.vue @@ -53,7 +53,7 @@ export default { latestVersion: '-', latestTag: '-', isAlive: 'Waiting...', - changelog: 'https://github.com/AEGEE/core/blob/master/CHANGELOG.md' + changelog: 'https://github.com/AEGEE/core/blob/stable/CHANGELOG.md' }, mailer: { roundTrip: null, @@ -61,7 +61,7 @@ export default { latestVersion: '-', latestTag: '-', isAlive: 'Waiting...', - changelog: 'https://github.com/AEGEE/mailer/blob/master/CHANGELOG.md' + changelog: 'https://github.com/AEGEE/mailer/blob/stable/CHANGELOG.md' }, events: { roundTrip: null, @@ -69,7 +69,7 @@ export default { latestVersion: '-', latestTag: '-', isAlive: 'Waiting...', - changelog: 'https://github.com/AEGEE/events/blob/master/CHANGELOG.md' + changelog: 'https://github.com/AEGEE/events/blob/stable/CHANGELOG.md' }, summeruniversity: { roundTrip: null, @@ -77,7 +77,7 @@ export default { latestVersion: '-', latestTag: '-', isAlive: 'Waiting...', - changelog: 'https://github.com/AEGEE/summeruniversity/blob/main/CHANGELOG.md' + changelog: 'https://github.com/AEGEE/summeruniversity/blob/stable/CHANGELOG.md' }, statutory: { roundTrip: null, @@ -85,7 +85,7 @@ export default { latestVersion: '-', latestTag: '-', isAlive: 'Waiting...', - changelog: 'https://github.com/AEGEE/statutory/blob/master/CHANGELOG.md' + changelog: 'https://github.com/AEGEE/statutory/blob/stable/CHANGELOG.md' }, discounts: { roundTrip: null, @@ -93,7 +93,7 @@ export default { latestVersion: '-', latestTag: '-', isAlive: 'Waiting...', - changelog: 'https://github.com/AEGEE/discounts/blob/master/CHANGELOG.md' + changelog: 'https://github.com/AEGEE/discounts/blob/stable/CHANGELOG.md' }, network: { roundTrip: null, @@ -101,7 +101,7 @@ export default { latestVersion: '-', latestTag: '-', isAlive: 'Waiting...', - changelog: 'https://github.com/AEGEE/network/blob/main/CHANGELOG.md' + changelog: 'https://github.com/AEGEE/network/blob/stable/CHANGELOG.md' }, 'gsuite-wrapper': { roundTrip: null, @@ -109,7 +109,7 @@ export default { latestVersion: '-', latestTag: '-', isAlive: 'Waiting...', - changelog: 'https://github.com/AEGEE/gsuite-wrapper/blob/master/CHANGELOG.md' + changelog: 'https://github.com/AEGEE/gsuite-wrapper/blob/stable/CHANGELOG.md' }, frontend: { roundTrip: null, @@ -117,7 +117,7 @@ export default { latestVersion: '-', latestTag: '-', isAlive: 'Waiting...', - changelog: 'https://github.com/AEGEE/frontend/blob/master/CHANGELOG.md' + changelog: 'https://github.com/AEGEE/frontend/blob/stable/CHANGELOG.md' }, 'statutory-static': { roundTrip: null,