Skip to content

Commit d62fa41

Browse files
authored
Fix project URLs (#18)
2 parents 2f38f34 + 0153580 commit d62fa41

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ These are the steps to create a new release:
5454

5555
5. A GitHub action will test the tag and if all goes well it will create
5656
a [GitHub
57-
Release](https://github.com/frequenz-floss/frequenz-channels/releases),
57+
Release](https://github.com/frequenz-floss/frequenz-channels-python/releases),
5858
create a new
59-
[announcement](https://github.com/frequenz-floss/frequenz-channels/discussions/categories/announcements)
59+
[announcement](https://github.com/frequenz-floss/frequenz-channels-python/discussions/categories/announcements)
6060
about the release, and upload a new package to
6161
[PyPI](https://pypi.org/project/frequenz-channels/) automatically.
6262

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This repository contains channel implementations for python.
66

77
If you want to know how to build this project and contribute to it, please
88
check out the [Contributing
9-
Guide](https://github.com/frequenz-floss/frequenz-channels/CONTRIBUTING.md).
9+
Guide](https://github.com/frequenz-floss/frequenz-channels-python/CONTRIBUTING.md).

RELEASE_NOTES.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# `frequenz-channels` Release Notes
1+
# Frequenz Channels Release Notes
22

33
## Summary
44

5-
This is the first public open source release based on the internal SDK version v0.9.0. There are no breaking changes in this release, only changes to the project structure, metadata, and automation. Packages are also now uploaded to PyPI as [`frequenz-channels`](https://pypi.org/project/frequenz-channels/), so this project now can be installed normally via `pip`:
5+
<!-- Here goes a general summary of what this release is about -->
66

7-
```sh
8-
python -m pip install frequenz-channels
9-
```
7+
## Upgrading
108

11-
The GitHub issues were also improved, adding templates for [reporting issues](https://github.com/frequenz-floss/frequenz-channels/issues/new?assignees=&labels=priority%3A%E2%9D%93%2C+type%3Abug&template=bug.yml) and [requesting features](https://github.com/frequenz-floss/frequenz-channels/issues/new?assignees=&labels=part%3A%E2%9D%93%2C+priority%3A%E2%9D%93%2C+type%3Aenhancement&template=feature.yml). Users are also pointed to the [Discussion forums](https://github.com/frequenz-floss/frequenz-channels/issues/new/choose) when trying to open an issue if they have questions instead. Also many labels are assigned automatically on issue and pull request creation.
9+
<!-- Here goes notes on how to upgrade from previous versions, including if there are any depractions and what they should be replaced with -->
10+
11+
## New Features
12+
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
14+
15+
## Bug Fixes
16+
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ name ="Frequenz Energy-as-a-Service GmbH"
3535
3636

3737
[project.urls]
38-
Changelog = "https://github.com/frequenz-floss/frequenz-channels-pytyhon/releases"
39-
Repository = "https://github.com/frequenz-floss/frequenz-channels-pytyhon"
40-
Issues = "https://github.com/frequenz-floss/frequenz-channels-pytyhon/issues"
41-
Support = "https://github.com/frequenz-floss/frequenz-channels-pytyhon/discussions/categories/support"
38+
Changelog = "https://github.com/frequenz-floss/frequenz-channels-python/releases"
39+
Repository = "https://github.com/frequenz-floss/frequenz-channels-python"
40+
Issues = "https://github.com/frequenz-floss/frequenz-channels-python/issues"
41+
Support = "https://github.com/frequenz-floss/frequenz-channels-python/discussions/categories/support"
4242

4343
[tool.setuptools]
4444
include-package-data = true

0 commit comments

Comments
 (0)