Skip to content

Commit

Permalink
Merge pull request #72 from wp-media/feature/GH-release-to-Notion-and…
Browse files Browse the repository at this point in the history
…-Slack

Fix Date property Name in Notion DB
  • Loading branch information
MathieuLamiot authored Jan 22, 2024
2 parents fb2939d + 3e81de4 commit 5142661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/factories/NotionFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def create_release_note(self, app_context, release_params: GithubReleaseParam):
"name": release_params.repository_name
}
},
'date_property': {
'Release Date': {
'date': {
'start': today.strftime("%Y-%m-%d")
}
Expand Down

0 comments on commit 5142661

Please sign in to comment.