Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b29b9b2

Browse filesBrowse files
committed
remove contributions.
1 parent ce5dcd4 commit b29b9b2
Copy full SHA for b29b9b2

File tree

Expand file treeCollapse file tree

1 file changed

+28
-30
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+28
-30
lines changed

‎website/docs/maintainer-cookbook.md

Copy file name to clipboardExpand all lines: website/docs/maintainer-cookbook.md
+28-30Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ General notes about collaborating/doing maintenance work on Neovide.
55
## How to keep your sanity
66

77
- Don't think you need to solve, participate in or even notice everything
8-
happening.
8+
happening.
99

1010
Work on such a project where most things are already done and the things left
1111
aren't that fun anymore can be very gruesome, even if that might not be
@@ -28,7 +28,7 @@ General notes about collaborating/doing maintenance work on Neovide.
2828
it could be worded better/could be found better.
2929

3030
- Ask for more information if you require so. Some investigation can be done by
31-
the user.
31+
the user.
3232

3333
If some case requires some special environmental information which isn't given
3434
in the original report, ask for it. Or if you aren't sure what you're looking
@@ -52,24 +52,23 @@ see fit (and then update here with your findings).
5252

5353
### Preparing
5454

55-
1. Head over to [the releases page][releases-page] and hit the `Draft a new
56-
release` button.
55+
1. Head over to [the releases page][releases-page] and hit the `Draft a new release` button.
5756
2. Keep the resulting page somewhere safe open, you'll need to work with it the
58-
next half an hour and GitHub doesn't automatically save its contents.
57+
next half an hour and GitHub doesn't automatically save its contents.
5958
3. Create a new tag with an appropriate version number.
6059

61-
We're not fully following [SemVer][semver] here, but as of 0.10.1 larger
62-
changes should be an increase in the MINOR part, while fixups should be an
63-
increase in the PATCH part.
60+
We're not fully following [SemVer][semver] here, but as of 0.10.1 larger
61+
changes should be an increase in the MINOR part, while fixups should be an
62+
increase in the PATCH part.
6463

6564
1. Hit the `Generate release notes` button.
6665
2. Reformat to be similar to previous releases
6766

68-
- Rename the `What's Changed` section to `Changes`
69-
- Rewrite each line in the `Changes` section to reflect what this change means
70-
for the end user, linking to the relevant PR/commit
71-
- Group all bug fix PRs/commits under a point named `Bug fixes`
72-
- Have each line reflect what platform it applies to if not irrelevant
67+
- Rename the `What's Changed` section to `Changes`
68+
- Rewrite each line in the `Changes` section to reflect what this change means
69+
for the end user, linking to the relevant PR/commit
70+
- Group all bug fix PRs/commits under a point named `Bug fixes`
71+
- Have each line reflect what platform it applies to if not irrelevant
7372

7473
3. Hit the `Save draft` button
7574

@@ -83,11 +82,11 @@ change is included.
8382
### Actually releasing
8483

8584
1. Announce a short period of time where last changes to be done or fixup work
86-
can flow in (can be anything you imagine, though 24 hours to one week might
87-
be enough depending on the blocker)
85+
can flow in (can be anything you imagine, though 24 hours to one week might
86+
be enough depending on the blocker)
8887
2. Wait for that period to pass
8988
3. Have a last look over the draft to make sure every new contributor and change has
90-
been mentioned
89+
been mentioned
9190

9291
Now here's where the order becomes important:
9392

@@ -96,16 +95,15 @@ Now here's where the order becomes important:
9695
3. Create a commit named `Run cargo update` or similar
9796
4. Bump the version to match the tag name everywhere
9897

99-
- `Cargo.toml` (do note it contains the version _twice_, one time in the
100-
top, one time at the bottom in the bundling section)
101-
- `extra/osx/Neovide.app/Contents/Resources/Info.plist`
102-
- `website/docs/*.md` and update `Unreleased yet` to `Available since $tag`
103-
(where `$tag` is the tag name)
98+
- `Cargo.toml` (do note it contains the version _twice_, one time in the
99+
top, one time at the bottom in the bundling section)
100+
- `extra/osx/Neovide.app/Contents/Resources/Info.plist`
101+
- `website/docs/*.md` and update `Unreleased yet` to `Available since $tag`
102+
(where `$tag` is the tag name)
104103

105-
5. Run `cargo build` and make sure it succeeds, **remember to `git add
106-
Cargo.lock` to make sure releases stay reproducible
107-
([#1628](https://github.com/neovide/neovide/issues/1628),
108-
[#1482](https://github.com/neovide/neovide/issues/1482))**
104+
5. Run `cargo build` and make sure it succeeds, **remember to `git add Cargo.lock` to make sure releases stay reproducible
105+
([#1628](https://github.com/neovide/neovide/issues/1628),
106+
[#1482](https://github.com/neovide/neovide/issues/1482))**
109107
6. Create a commit called `Bump version to $tag`
110108
7. Push and wait for CI to complete (will take around 25 minutes)
111109
8. Run `cargo build --frozen`
@@ -116,13 +114,13 @@ anything.
116114
1. From the `Bump version to $tag` commit, download all the artifacts
117115
2. Unzip
118116

119-
- `neovide.AppImage.zip`
120-
- `neovide.AppImage.zsync.zip`
121-
- `neovide.msi.zip`
122-
- `neovide-linux-x86_64.tar.gz.zip`
117+
- `neovide.AppImage.zip`
118+
- `neovide.AppImage.zsync.zip`
119+
- `neovide.msi.zip`
120+
- `neovide-linux-x86_64.tar.gz.zip`
123121

124122
3. Head to the release draft, edit it and upload the produced artifacts (using
125-
the unzipped versions if listed above)
123+
the unzipped versions if listed above)
126124
4. Hit `Publish release`
127125
5. profit
128126

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.