thoughtworks / talisman

Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys.
https://thoughtworks.github.io/talisman/
MIT License
1.91k stars 242 forks source link

[DOCFIX] We no longer bump the version in the build script #368

Closed jmatias closed 2 years ago

jmatias commented 2 years ago

It looks like the release scripts get the version from the GitHub API, so I removed this line. Let me know if this is correct.

codecov[bot] commented 2 years ago

Codecov Report

Merging #368 (1427836) into master (8a021ea) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #368   +/-   ##
=======================================
  Coverage   69.72%   69.72%           
=======================================
  Files          33       33           
  Lines        1559     1559           
=======================================
  Hits         1087     1087           
  Misses        439      439           
  Partials       33       33           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8a021ea...1427836. Read the comment docs.