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

build: v2.0.0b1 #493

Closed
wants to merge 1 commit into from
Closed

Conversation

alcarney
Copy link
Collaborator

@alcarney alcarney commented Aug 24, 2024

(Yes, this version number change isn't strictly necessary but the release process (#488) calls for a PR 😄)

Code review checklist (for code reviewer to complete)

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Commit messages are meaningful (see this for details)
  • Tests have been included and/or updated, as appropriate
  • Docstrings have been included and/or updated, as appropriate
  • Standalone docs have been updated accordingly

Automated linters

You can run the lints that are run on CI locally with:

poetry install --all-extras --with dev
poetry run poe lint

@alcarney alcarney requested a review from tombh August 24, 2024 19:50
@tombh
Copy link
Collaborator

tombh commented Aug 24, 2024

Oh! The release process doesn't require a PR per se, it's just that typically a release will include a bunch of PRs none of which in themselves bump the version. So in this case, seeing as main already contains the correct version bump we can go straight for a release 🛳️

And I'll update #488 to clarify!

@alcarney
Copy link
Collaborator Author

Ok done - that was easy! :D

https://pypi.org/project/pygls/2.0.0a1/
https://github.com/openlawlibrary/pygls/releases/tag/v2.0.0a1

@alcarney alcarney closed this Aug 24, 2024
@tombh
Copy link
Collaborator

tombh commented Aug 24, 2024

Awesome 🥹

@alcarney alcarney deleted the build-2.0.0b1 branch August 24, 2024 21:04
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