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

Add changelog to help with versioning #258

Merged
merged 2 commits into from Mar 28, 2024
Merged

Conversation

montehurd
Copy link
Collaborator

@montehurd montehurd commented Mar 27, 2024

Once this PR is merged, please create and push the v1.0.0 tag to mark the new release, using the following commands locally:

git fetch origin
git checkout main
git pull origin main
git tag -a v1.0.0 -m "Release version 1.0.0"
git push origin v1.0.0

@montehurd
Copy link
Collaborator Author

I don't have a strong opinion about whether we should be starting with 1.0.0 or something else 🤷

@soulgalore soulgalore merged commit 302b284 into wikimedia:main Mar 28, 2024
1 check passed
@soulgalore
Copy link
Collaborator

Thank you @montehurd ! I have pushed the tag and will change so both servers run the new tag today.

@montehurd montehurd deleted the changelog branch May 4, 2024 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants