File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: CI Additional
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
branches :
9
- - master
9
+ - main
10
10
11
11
jobs :
12
12
doctests :
Original file line number Diff line number Diff line change 3
3
4
4
on :
5
5
push :
6
- branches : [ master ]
6
+ branches : [ main ]
7
7
pull_request :
8
- branches : [ master ]
8
+ branches : [ main ]
9
9
workflow_dispatch :
10
10
11
11
jobs :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: linting
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [ main ]
8
8
workflow_dispatch :
9
9
10
10
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Nightly CI
3
3
4
4
on :
5
5
push :
6
- branches : [ master ]
6
+ branches : [ main ]
7
7
pull_request :
8
- branches : [ master ]
8
+ branches : [ main ]
9
9
schedule :
10
10
- cron : " 0 0 * * *" # Daily "At 00:00" UTC
11
11
workflow_dispatch :
Original file line number Diff line number Diff line change 1
1
Release process
2
2
===============
3
- 1. the release happens from `master ` so make sure it is up-to-date:
3
+ 1. the release happens from `main ` so make sure it is up-to-date:
4
4
5
5
.. code :: sh
6
6
7
- git pull origin master
7
+ git pull origin main
8
8
9
9
2. look at `whats-new.rst ` and make sure it is complete and with
10
10
references to issues and pull requests
11
11
12
12
3. open and merge a pull request with these changes
13
13
14
- 4. make sure the CI on master pass
14
+ 4. make sure the CI on main pass
15
15
16
16
5. check that the documentation build on readthedocs completed successfully
17
17
@@ -21,7 +21,7 @@ Release process
21
21
22
22
git commit -am " Release v0.X.Y"
23
23
24
- 7. Tag the release and push to master :
24
+ 7. Tag the release and push to main :
25
25
26
26
.. code :: sh
27
27
@@ -33,4 +33,4 @@ Release process
33
33
34
34
9. Make sure readthedocs builds both `stable ` and the new tag
35
35
36
- 10. Add a new section to `whats-new.rst ` and push directly to master
36
+ 10. Add a new section to `whats-new.rst ` and push directly to main
Original file line number Diff line number Diff line change 1
- [ ![ CI] ( https://github.com/xarray-contrib/pint-xarray/workflows/CI/badge.svg?branch=master )] ( https://github.com/xarray-contrib/pint-xarray/actions?query=branch%3Amaster )
2
- [ ![ code coverage] ( https://codecov.io/gh/xarray-contrib/pint-xarray/branch/master /graph/badge.svg )] ( https://codecov.io/gh/xarray-contrib/pint-xarray )
1
+ [ ![ CI] ( https://github.com/xarray-contrib/pint-xarray/workflows/CI/badge.svg?branch=main )] ( https://github.com/xarray-contrib/pint-xarray/actions?query=branch%3Amain )
2
+ [ ![ code coverage] ( https://codecov.io/gh/xarray-contrib/pint-xarray/branch/main /graph/badge.svg )] ( https://codecov.io/gh/xarray-contrib/pint-xarray )
3
3
[ ![ docs] ( https://readthedocs.org/projects/pint-xarray/badge/?version=latest )] ( https://pint-xarray.readthedocs.io )
4
4
[ ![ PyPI version] ( https://img.shields.io/pypi/v/pint-xarray.svg )] ( https://pypi.org/project/pint-xarray )
5
5
[ ![ codestyle] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/python/black )
You can’t perform that action at this time.
0 commit comments