mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Rename master branch to release (#985)
It's not our main branch anyway, and "release" makes it more clear what it's for. There's an industry-wide trend to move away from terms that invoke master/slave relationships in order to make members of marginalized populations slightly less uncomfortable.
This commit is contained in:
parent
52a0ccb780
commit
919ab7902d
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
BRANCH=$TRAVIS_BRANCH
|
||||
if [[ $TRAVIS_BRANCH == $TRAVIS_TAG ]]; then
|
||||
BRANCH='master'
|
||||
BRANCH='release'
|
||||
fi
|
||||
|
||||
# Check if branch has been updated since this build started
|
||||
|
@ -39,7 +39,7 @@ elif [[ ! -z $TRAVIS_TAG ]]; then
|
|||
echo "beta elease"
|
||||
gittag=${release_latest}
|
||||
else
|
||||
echo "merge into master or develop"
|
||||
echo "merge into release or develop"
|
||||
gittag=${release_latest}
|
||||
fi
|
||||
echo "gittag: ${gittag}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue