Skip to content

Commit 16ef142

Browse files
authored
docs: Suggest following releases, rather than #1 (PRQL#2256)
I haven't been successful at keeping #1 up-to-date, and it's better to not have something decayed here. Also adds a suggestion to check milestones when doing releases
1 parent e766dff commit 16ef142

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

web/book/src/contributing/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
If you're interested in joining the community to build a better SQL, here are
44
ways to start:
55

6-
- Star this repo.
6+
- Star the [repo](https://github.com/PRQL/prql).
77
- Send a link to PRQL to a couple of people whose opinion you respect.
8-
- Subscribe to [Issue #1](https://github.com/PRQL/prql/issues/1) for updates.
9-
- Join our [Discord](https://discord.gg/eQcfaCmsNc).
8+
- Subscribe to
9+
[new releases](https://www.jessesquires.com/blog/2020/07/30/github-tip-watching-releases/)
10+
for updates.
1011
- Follow us on [Twitter](https://twitter.com/prql_lang).
12+
- Join our [Discord](https://discord.gg/eQcfaCmsNc).
1113
- Find an issue labeled
1214
[Good First Issue](https://github.com/prql/prql/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
1315
and start contributing to the code.

web/book/src/contributing/development.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,7 @@ Currently we release in a semi-automated way:
399399
4. From there, both the tag and release is created and all packages are
400400
published automatically based on our
401401
[release workflow](https://github.com/PRQL/prql/blob/main/.github/workflows/release.yaml).
402-
5. Update Issue <https://github.com/PRQL/prql/issues/1> so that people will be
403-
notified of the change.
404-
405-
6. Add in the sections for a new Changelog:
402+
5. Add in the sections for a new Changelog:
406403

407404
```md
408405
## 0.6.X — [unreleased]
@@ -422,4 +419,7 @@ Currently we release in a semi-automated way:
422419
**New Contributors**:
423420
```
424421

422+
6. Check whether there are [milestones](https://github.com/PRQL/prql/milestones)
423+
that need to be pushed out.
424+
425425
We may make this more automated in future; e.g. automatic changelog creation.

0 commit comments

Comments
 (0)