Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary validation #2043

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .github/workflows/validate-changelog-assets.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions docs/changelog-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This directory contains all assets used in the [CHANGELOG](https://github.com/Ne

## Adding Assets

### Naming
<!-- ### Naming

Files should be hashed and named after their hash (`{hash}.{ext}`). This has multiple benefits:

Expand All @@ -24,7 +24,7 @@ Alternatively, `b2sum` can be used directly for distros that have coreutils 8:

```bash
b2sum --length=128 filename
```
``` -->

### Images

Expand All @@ -38,7 +38,7 @@ b2sum --length=128 filename
- With color profile
- No thumbnail

You can use any image manipulation program for this, like GIMP. Otherwise, if the image has already been cropped and you want to convert it to a WebP, use ffmpeg:
You can use any image manipulation program for this, like [GIMP](https://www.gimp.org/). Otherwise, if the image has already been cropped and you want to convert it to a WebP, use [ffmpeg](https://www.ffmpeg.org/):

```bash
ffmpeg -i input.png -pix_fmt yuv420p -c:v libwebp -quality 80 -compression_level 6 output.webp
Expand Down
53 changes: 0 additions & 53 deletions scripts/changelog-prepare-assets.sh

This file was deleted.

Loading