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

Integrate changesets #25

Merged
merged 4 commits into from
Oct 31, 2024
Merged

Integrate changesets #25

merged 4 commits into from
Oct 31, 2024

Conversation

owanturist
Copy link
Collaborator

To smooth the versioning process and put less coginitive load on developers. The way it works is that every PR might include a changeset (or a few of them) that would describe WHAT has been done and HOW it affects a package (there is only one ATM and it is likely to keep it that way). The WHAT part later becomes a part of a pkg/{PACKAGE_NAME}/CHANGELOG.md and the HOW part determines the version bump. Read the added README.md file for more details.

In the future it will be possible to automate the versioning and releasing. But having that process in place for manual execution is already benefitial.

@owanturist owanturist merged commit 7c232d6 into main Oct 31, 2024
1 check passed
owanturist pushed a commit that referenced this pull request Nov 4, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

2 participants