Skip to content

Commit c2be413

Browse files
ci(OS-798): fix changelog update to comply with prettier (#494)
1 parent 6d9a673 commit c2be413

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/subgraph-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
working-directory: packages/subgraph
5353
run: |
5454
VERSION=$(cat package.json | jq -r .version)
55-
sed -i "s/^\#\# \[UPCOMING\]/## [UPCOMING]\n\n\## $VERSION\nOn $(date +'%Y-%m-%d %H:%M:%S')/" "./CHANGELOG.md"
55+
sed -i "s/^\#\# \[UPCOMING\]/## [UPCOMING]\n\n\## $VERSION/" "./CHANGELOG.md"
5656
- uses: planetscale/[email protected]
5757
with:
5858
commit_message: 'Update changelog in subgraph'

packages/subgraph/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [UPCOMING]
99

1010
## 1.3.1
11-
On 2023-10-25 15:10:13
1211

1312
### Added
1413

0 commit comments

Comments
 (0)