diff options
| author | adamjanovsky | 2024-02-20 12:54:46 +0100 |
|---|---|---|
| committer | GitHub | 2024-02-20 12:54:46 +0100 |
| commit | 6415e71f282c36061b9268df7743b3e6504fa0dc (patch) | |
| tree | a1915a8b33cb854077698e5dadcbb7478856e4ef /CONTRIBUTING.md | |
| parent | 9f02cf2ef3e499bc4ded221cd918be1461e73708 (diff) | |
| parent | 26d316ae23b1b47c8ac3543de233995dac85a67a (diff) | |
| download | sec-certs-0.2.1.tar.gz sec-certs-0.2.1.tar.zst sec-certs-0.2.1.zip | |
Merge pull request #395 from crocs-muni/revert-spacy-download0.2.1
revert spacy model download installation
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82687161..68f2ec14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,13 +35,10 @@ Note on single-sourcing the package version: More can be read [here](https://pac ### Currently, the release process is as follows 1. Update dependencies with `pre-commit autoupdate`, pin new versions of linters into `pyproject.toml`. -2. Run `cd requirements && ./compile.sh` to update dependencies. -3. Use `python -m spacy download en_core_web_sm` to find out the current version of `en_core_web_sm` dependency. Update pyproject.toml link of `en_core_web_sm` dependency with up-to-date link from [GitHub](https://github.com/explosion/spacy-models/releases). -4. Run `cd requirements && ./compile.sh` **again** to update dependencies. +2. Run `cd requirements && ./compile.sh` to update dependencies, commit the changes. 5. Create a release from GitHub UI. Include release notes, add proper version tag and publish the release (or create it from scratch with new tag). 6. This will automatically update PyPi and DockerHub packages. - ## Quality assurance All commits shall pass the lint pipeline of the following tools: |
