Skip to content

Commit

Permalink
Bump version + add release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Oct 22, 2024
1 parent 9b4214f commit a926a40
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "bartender"
release = "0.5.1" # TODO have version only in one place pyproject.toml
release = "0.5.2" # TODO have version only in one place pyproject.toml

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
11 changes: 11 additions & 0 deletions docs/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,14 @@ dirac-dms-filecatalog-cli
# pilot logs
cat ~diracpilot/localsite/output/*
```

## Creating a new release

To create a new release, you should follow these steps:

1. In `pyproject.toml` and `docs/conf.py` update the version number.
2. Create a new GitHub release

- set tag and title to new version number with `v` prefix.
- with same first line of description as previous release.
- append generated release notes to the description.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bartender"
version = "0.5.1"
version = "0.5.2"
description = "Job middleware for i-VRESSE"
authors = [

Expand Down

0 comments on commit a926a40

Please sign in to comment.