Skip to content

Commit a04ad24

Browse files
Add performance improvements section to release notes (jesseduffield#3922)
- **PR Description** - **Please check if the PR fulfills these requirements** * [ ] Cheatsheets are up-to-date (run `go generate ./...`) * [ ] Code has been formatted (see [here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting)) * [ ] Tests have been added/updated (see [here](https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md) for the integration test guide) * [ ] Text is internationalised (see [here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation)) * [ ] If a new UserConfig entry was added, make sure it can be hot-reloaded (see [here](https://github.com/jesseduffield/lazygit/blob/master/docs/dev/Codebase_Guide.md#using-userconfig)) * [ ] Docs have been updated if necessary * [ ] You've read through your own file changes for silly mistakes etc <!-- Be sure to name your PR with an imperative e.g. 'Add worktrees view' see https://github.com/jesseduffield/lazygit/releases/tag/v0.40.0 for examples -->
2 parents 611fabd + 0d63389 commit a04ad24

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ changelog:
2121
- title: I18n 🌎
2222
labels:
2323
- i18n
24+
- title: Performance Improvements 📊
25+
labels:
26+
- performance
2427
- title: Other Changes
2528
labels:
2629
- "*"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
with:
185185
mode: exactly
186186
count: 1
187-
labels: "ignore-for-release, feature, enhancement, bug, maintenance, docs, i18n"
187+
labels: "ignore-for-release, feature, enhancement, bug, maintenance, docs, i18n, performance"
188188
upload-coverage:
189189
# List all jobs that produce coverage files
190190
needs: [unit-tests, integration-tests]

0 commit comments

Comments
 (0)