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

chore: return linting CI #1454

Merged
merged 1 commit into from
Jan 29, 2025
Merged

chore: return linting CI #1454

merged 1 commit into from
Jan 29, 2025

Conversation

MartinCupela
Copy link
Contributor

Motivation

Repository stream-chat-js serves to publish JS library stream-chat that follows the semver versioning. This is the standard for the public libraries. In order to be able to follow semver versioning, the developers need to know, whether the merged PRs represent features, chores, fixes etc. Based on that the developer that performs the new version release actually calculates the next version number.

Removal of linter, that controls the PR title compatibility with conventional commit rules leads to:

  • confusion to those that release the library
  • the automation process that builds the changelog
  • confusion to the integrators that read the commit history
  • sabotage for future automation of the whole release process

For integration to close the Linear issues can be used this documentation.

Copy link
Contributor

Size Change: 0 B

Total Size: 467 kB

ℹ️ View Unchanged
Filename Size
dist/browser.es.js 102 kB
dist/browser.full-bundle.min.js 57.4 kB
dist/browser.js 103 kB
dist/index.es.js 102 kB
dist/index.js 103 kB

compressed-size-action

@MartinCupela MartinCupela merged commit 243ece9 into master Jan 29, 2025
5 checks passed
@MartinCupela MartinCupela deleted the chore/return-linting-ci branch January 29, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants