Skip to content

Commit

Permalink
Merge pull request #17 from nichmor/release/v0.1.2
Browse files Browse the repository at this point in the history
update: update to v0.1.2
  • Loading branch information
tdejager authored Jul 18, 2024
2 parents 9b57294 + d94e19c commit 4ebdfc1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions docs/RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Small guide to releasing

Release new version:

1. Create a branch `release/v{version}` and do the following:
2. Update `pyproject.toml` and `pixi.toml`
3. Run `pixi install`
4. Add lock and toml files to commit.
5. Push to remote and see if CI is green. *if not*: either make changes in a separate PR (if big), or here (if small).
7. Merge to main.
8. Build an sdist using `pixi r build_sdist`. This needs to succeed.
9. Create a tag `git tag v{version}` `git push --tags`.
10. Create the release on github and generate release notes, upload the generated sdist.
4 changes: 2 additions & 2 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rattler-build-conda-compat"
version = "0.0.6"
version = "0.1.2"
description = "A package for exposing rattler-build API for conda-smithy"
authors = ["nichmor <[email protected]>"]
channels = ["conda-forge"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "rattler-build-conda-compat"
description = "A package for exposing rattler-build API for conda-smithy"
version = "0.1.0"
version = "0.1.2"
readme = "README.md"
authors = [{ name = "Nichita Morcotilo", email = "[email protected]" }]
license = { file = "LICENSE.txt" }
Expand Down

0 comments on commit 4ebdfc1

Please sign in to comment.