Skip to content

Conversation

@matveypashkovskiy
Copy link
Contributor

https://github.com/F-Secure/pytest-rts/blob/master/.github/workflows/pytest-rts.yml#L18 requires the following types of commits (see a failed build):

  • build - add required/missing build file
  • chore - updating grunt tasks etc; no production code change
  • docs - changes to the documentation
  • feat - new feature for the user, not a new feature for build script
  • fix - bug fix for the user, not a fix to a build script
  • refactor - refactoring production code, eg. renaming a variable
  • style - formatting, missing semi colons, etc; no production code change
  • test - adding missing tests, refactoring tests; no production code change
  • update - update an old feature; file;

so aligned docs with it

@matveypashkovskiy
Copy link
Contributor Author

pending for #88 to be merged

@matveypashkovskiy matveypashkovskiy force-pushed the docs/ci-to-chore-pashma branch from 073bea2 to 94c51cb Compare March 3, 2021 11:46
@matveypashkovskiy matveypashkovskiy force-pushed the docs/ci-to-chore-pashma branch from 94c51cb to 3a865de Compare March 3, 2021 11:46
@matveypashkovskiy matveypashkovskiy changed the title chore: aligned commit types with commit checker docs: aligned commit types with commit checker Mar 3, 2021
@matveypashkovskiy matveypashkovskiy merged commit be1c42e into master Mar 4, 2021
@matveypashkovskiy matveypashkovskiy deleted the docs/ci-to-chore-pashma branch March 18, 2021 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants