Skip to content

Commit

Permalink
developer_docs.md: Update new version instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Aug 2, 2023
1 parent 2205fa0 commit 143ed43
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions developer_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,24 @@ To deploy the `dev` branch to the live documentation site, [create a pull reques

### Release a new version

* Update the MAJOR.MINOR `version` in `conf.py`.
* Update the MAJOR.MINOR.PATCH version number in the following files:
1. Update the MAJOR.MINOR `version` in `conf.py`.
1. Update the MAJOR.MINOR.PATCH version number in the following files:
* `docs/conf.py`: update `release`
* `docs/reference/schema.md`: update the canonical schema URL
* `schema/rdls_schema.json`: update `id` and `properties/links/prefixItems/properties/href/const`
* Update the version number and date in `docs/about/changelog.md`
1. Update the version number and date in `docs/about/changelog.md`

1. Create a tag. For example:

```bash
git tag -a 0__2__0 -m '0.2.0 release'
```

2. Push the tag:

```bash
git push --follow-tags
```

### Set up a local development environment

Expand Down

0 comments on commit 143ed43

Please sign in to comment.