File tree Expand file tree Collapse file tree 7 files changed +21
-18
lines changed Expand file tree Collapse file tree 7 files changed +21
-18
lines changed Original file line number Diff line number Diff line change 1
- ** Related Issue(s):**
1
+ ** Related Issue(s):**
2
2
3
3
- #
4
4
5
5
** Description:**
6
6
7
-
8
7
** PR Checklist:**
9
8
10
- - [ ] Code is formatted and linted (run ` pre-commit run --all-files ` )
9
+ - [ ] ` pre-commit ` hooks pass locally
11
10
- [ ] Tests pass (run ` make test ` )
12
11
- [ ] Documentation has been updated to reflect changes, if applicable, and docs build successfully (run ` make docs ` )
13
- - [ ] Changes are added to the [ CHANGELOG] ( https://github.com/stac-utils/stac-fastapi/blob/master /CHANGES.md ) .
12
+ - [ ] Changes are added to the [ CHANGELOG] ( https://github.com/stac-utils/stac-fastapi/blob/main /CHANGES.md ) .
Original file line number Diff line number Diff line change 1
1
name : stac-fastapi
2
2
on :
3
3
push :
4
- branches : [master ]
4
+ branches : [main ]
5
5
pull_request :
6
- branches : [master ]
6
+ branches : [main ]
7
7
8
8
jobs :
9
9
test :
Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ name: Publish docs via GitHub Pages
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
paths :
8
8
# Rebuild website when docs have changed or code has changed
9
- - ' README.md'
10
- - ' docs/**'
11
- - ' mkdocs.yml'
12
- - ' **.py'
9
+ - " README.md"
10
+ - " docs/**"
11
+ - " mkdocs.yml"
12
+ - " **.py"
13
13
14
14
jobs :
15
15
build :
16
16
name : Deploy docs
17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
20
- - name : Checkout master
20
+ - name : Checkout main
21
21
uses : actions/checkout@v3
22
22
23
23
- name : Set up Python 3.8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: packages
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
tags :
7
7
- " *"
8
8
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ### Changed
6
+
7
+ * Default branch to ** main** ([ #544 ] ( https://github.com/stac-utils/stac-fastapi/pull/544 ) )
8
+
5
9
## [ 2.4.4] - 2023-03-09
6
10
7
11
### Added
241
245
242
246
* First PyPi release!
243
247
244
- [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi/compare/2.4.4..master >
248
+ [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi/compare/2.4.4..main >
245
249
[ 2.4.4 ] : < https://github.com/stac-utils/stac-fastapi/compare/2.4.3..2.4.4 >
246
250
[ 2.4.3 ] : < https://github.com/stac-utils/stac-fastapi/compare/2.4.2..2.4.3 >
247
251
[ 2.4.2 ] : < https://github.com/stac-utils/stac-fastapi/compare/2.4.1..2.4.2 >
Original file line number Diff line number Diff line change 11
11
<a href =" https://pypi.org/project/stac-fastapi " target =" _blank " >
12
12
<img src="https://img.shields.io/pypi/v/stac-fastapi.api?color=%2334D058&label=pypi%20package" alt="Package version">
13
13
</a >
14
- <a href =" https://github.com/stac-utils/stac-fastapi/blob/master /LICENSE " target =" _blank " >
14
+ <a href =" https://github.com/stac-utils/stac-fastapi/blob/main /LICENSE " target =" _blank " >
15
15
<img src="https://img.shields.io/github/license/stac-utils/stac-fastapi.svg" alt="License">
16
16
</a >
17
17
</p >
@@ -67,11 +67,11 @@ pip install -e stac_fastapi/pgstac
67
67
### Pre-built Docker images
68
68
69
69
Pre-built images are available from the [ Github Container Registry] ( https://github.com/stac-utils/stac-fastapi/pkgs/container/stac-fastapi ) .
70
- The latest images are tagged with ` master -pgstac` and ` master -sqlalchemy` .
70
+ The latest images are tagged with ` main -pgstac` and ` main -sqlalchemy` .
71
71
To pull the image to your local system:
72
72
73
73
``` shell
74
- docker pull ghcr.io/stac-utils/stac-fastapi:master -pgstac # or latest -sqlalchemy
74
+ docker pull ghcr.io/stac-utils/stac-fastapi:main -pgstac # or main -sqlalchemy
75
75
```
76
76
77
77
This repository provides two example [ Docker compose] ( https://docs.docker.com/compose/ ) files that demonstrate how you might link the pre-built images with a postgres/pgstac database:
Original file line number Diff line number Diff line change 9
9
<a href =" https://pypi.org/project/stac-fastapi " target =" _blank " >
10
10
<img src="https://img.shields.io/pypi/v/stac-fastapi?color=%2334D058&label=pypi%20package" alt="Package version">
11
11
</a >
12
- <a href =" https://github.com/stac-utils/stac-fastapi/blob/master /LICENSE " target =" _blank " >
12
+ <a href =" https://github.com/stac-utils/stac-fastapi/blob/main /LICENSE " target =" _blank " >
13
13
<img src="https://img.shields.io/github/license/stac-utils/stac-fastapi.svg" alt="Downloads">
14
14
</a >
15
15
</p >
You can’t perform that action at this time.
0 commit comments