Skip to content

Commit

Permalink
Merge pull request #47 from fingerprintjs/feat/test-prerelease
Browse files Browse the repository at this point in the history
Check a new release flow (by creating a new empty prerelease)
  • Loading branch information
ilfa authored Mar 5, 2024
2 parents 524f470 + 71dda27 commit 97f265a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ The workflow must be approved by one of the maintainers, first.
Pre-release will be created after merging pr to the `dev` branch and running the `release` workflow.

Python uses PEP 440 for versions format, so we convert a pre-release version from semver to PEP 440 in the `./generate.sh`.

This is a version for testing a new release flow

0 comments on commit 97f265a

Please sign in to comment.