Skip to content

Commit

Permalink
chore: rename master to stable (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik authored Jul 28, 2023
1 parent 04334b9 commit 3dee8c4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"release": {
"branches": ["master"]
"branches": ["stable"]
},
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down
18 changes: 9 additions & 9 deletions src/views/static/Status.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,71 +53,71 @@ 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,
version: '-',
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,
version: '-',
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,
version: '-',
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,
version: '-',
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,
version: '-',
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,
version: '-',
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,
version: '-',
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,
version: this.$store.state.pkg.version,
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,
Expand Down

0 comments on commit 3dee8c4

Please sign in to comment.