mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +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
|
BRANCH=$TRAVIS_BRANCH
|
||||||
if [[ $TRAVIS_BRANCH == $TRAVIS_TAG ]]; then
|
if [[ $TRAVIS_BRANCH == $TRAVIS_TAG ]]; then
|
||||||
BRANCH='master'
|
BRANCH='release'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if branch has been updated since this build started
|
# Check if branch has been updated since this build started
|
||||||
|
@ -39,7 +39,7 @@ elif [[ ! -z $TRAVIS_TAG ]]; then
|
||||||
echo "beta elease"
|
echo "beta elease"
|
||||||
gittag=${release_latest}
|
gittag=${release_latest}
|
||||||
else
|
else
|
||||||
echo "merge into master or develop"
|
echo "merge into release or develop"
|
||||||
gittag=${release_latest}
|
gittag=${release_latest}
|
||||||
fi
|
fi
|
||||||
echo "gittag: ${gittag}"
|
echo "gittag: ${gittag}"
|
||||||
|
|
|
@ -73,7 +73,7 @@ You will need to install [poetry](https://poetry.eustace.io/) to develop jrnl. I
|
||||||
jrnl uses two primary branches:
|
jrnl uses two primary branches:
|
||||||
|
|
||||||
* `develop` - for ongoing development
|
* `develop` - for ongoing development
|
||||||
* `master` - for releases
|
* `release` - for releases
|
||||||
|
|
||||||
In general, pull requests should be made on the `develop` branch.
|
In general, pull requests should be made on the `develop` branch.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
jrnl [](https://travis-ci.com/jrnl-org/jrnl) [](https://pepy.tech/project/jrnl) [](https://pypi.python.org/pypi/jrnl/)
|
jrnl [](https://travis-ci.com/jrnl-org/jrnl) [](https://pepy.tech/project/jrnl) [](https://pypi.python.org/pypi/jrnl/)
|
||||||
====
|
====
|
||||||
|
|
||||||
_To get help, [submit an issue](https://github.com/jrnl-org/jrnl/issues/new) on
|
_To get help, [submit an issue](https://github.com/jrnl-org/jrnl/issues/new) on
|
||||||
|
|
Loading…
Add table
Reference in a new issue