Skip to content

Commit e406035

Browse files
Satisfy the linter
1 parent 2e08639 commit e406035

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

PUBLISHING.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,15 @@ This document contains instructions to create a new pydgraph release and publish
2727

2828
1. Update the `CHANGELOG.md` file to reflect new changes. Sonnet 4.5 does a great job of doing this.
2929
Example prompt:
30-
`I'm releasing vXX.X.X off the main branch, add a new entry for this release. Conform to the "Keep a Changelog" format, use past entries as a formatting guide. Run the trunk linter on your changes.`
30+
31+
```text
32+
I'm releasing vXX.X.X off the main branch, add a new entry for this release. Conform to the
33+
"Keep a Changelog" format, use past entries as a formatting guide. Run the trunk linter on your changes.
34+
```
35+
3136
1. Commit all this on your "prepare-for-release" branch and push up and create a PR
3237
1. Once that's merged to the main branch, create a new draft release on GitHub from the
3338
[releases page](https://github.com/dgraph-io/pydgraph/releases). This step creates the new tag.
3439
1. Run CD pipeline from
35-
[here](https://github.com/dgraph-io/pydgraph/actions/workflows/cd-pydgraph.yml). The CD pipeline
36-
will build and publish to PyPI.
40+
[Github](https://github.com/dgraph-io/pydgraph/actions/workflows/cd-pydgraph.yml). The CD
41+
pipeline will build and publish to PyPI.

0 commit comments

Comments
 (0)