dangreenisrael / eslint-plugin-jest-formatting

ESLint rules for formatting test suites written for jest.
MIT License
156 stars 13 forks source link

[BUG] GitHub releases are maybe broken #79

Closed moltar closed 4 years ago

moltar commented 4 years ago

Describe the bug

Not sure what is causing this, but GitHub release page seems to be broken.

Doesn't have the descriptions.

And also, the last 3 releases are folded, and don't immediately stand out.

To Reproduce

Visit release page: https://github.com/dangreenisrael/eslint-plugin-jest-formatting/releases

Expected behavior

Each release has description and correct version.

Screenshots

image

Desktop (please complete the following information):

macOS

Additional context

N/A

benkimpel commented 4 years ago

Hrmmm. Interesting. I'm going to leave this one for @dangreenisrael. He is the release master.

dangreenisrael commented 4 years ago

On it

dangreenisrael commented 4 years ago

Thanks for pointing this out @moltar. I slipped a little with keeping them up to date. I've added the latest release in and will be better about keep them updated in the future.

Thanks again for bringing this to our attention.

dangreenisrael commented 4 years ago

https://github.com/dangreenisrael/eslint-plugin-jest-formatting/releases/tag/v1.1.1

moltar commented 4 years ago

Oh, so they are not automatic? Maybe something like semantic release would be beneficial?