Skip to content

Commit

Permalink
Merge pull request #73 from wp-media/develop
Browse files Browse the repository at this point in the history
Release Fix Date property Name in Notion DB
  • Loading branch information
MathieuLamiot authored Jan 22, 2024
2 parents 0a20dec + 5142661 commit 3608d27
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 3608d27

Please sign in to comment.