diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index cbd16cb..aaea574 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -60,6 +60,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: ${{ env.RELEASE_ARCHIVE_PATH }}, ${{ env.RELEASE_NUPKG_PATH }}
+ bodyFile: RELEASENOTES.md
token: ${{ secrets.GITHUB_TOKEN }}
- name: Add GitHub NuGet registry as source
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
new file mode 100644
index 0000000..d904e52
--- /dev/null
+++ b/RELEASENOTES.md
@@ -0,0 +1,3 @@
+## New feature
+
+Individual Cell Providers can be activated and deactivated in the configuration
diff --git a/src/RepoStatusTable/RepoStatusTable.csproj b/src/RepoStatusTable/RepoStatusTable.csproj
index d804842..4120d45 100644
--- a/src/RepoStatusTable/RepoStatusTable.csproj
+++ b/src/RepoStatusTable/RepoStatusTable.csproj
@@ -9,7 +9,7 @@