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

feat(fi): translate section: "Why Use Conventional Commits" #13

Merged
merged 7 commits into from
Nov 25, 2022
16 changes: 8 additions & 8 deletions content/next/index.fi.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ Avainsanat "PITÄÄ" (“MUST”), "EI PIDÄ" (“MUST NOT"), "PAKOLLINEN" (“R
1. Toteuttajien EI PIDÄ pitää tietoa tavanmukaisissa muutoksissa merkkikokoriippuvaisina, poikkeuksena BREAKING CHANGE mikä PITÄÄ olla kirjoitettu isoilla kirjaimilla.
1. BREAKING-CHANGE PITÄÄ olla samanmerkityksinen BREAKING CHANGE kanssa, kun sitä käytetään merkkinä alatunnisteessa.

## Why Use Conventional Commits

- Automatically generating CHANGELOGs.
- Automatically determining a semantic version bump (based on the types of commits landed).
- Communicating the nature of changes to teammates, the public, and other stakeholders.
- Triggering build and publish processes.
- Making it easier for people to contribute to your projects, by allowing them to explore
a more structured commit history.
## Miksi Käyttää Tavanmukaisia Muutoksia

- Automaattisesti generoidut MUUTOSLOKIT
- Automaattisesti määritely SemVerin mukainen bump (muutosten tyypistä riippuen).
- Muutosten luonteen kommunikoiminen tiimitoverille, yleisölle, ja muille sidosryhmille.
- Luonti- ja julkaisuprosessien laukaiseminen.
- Helpottaa muiden osallistumista projektiisi, antamalla heidän tutustua
hyvin organisoituun muutoshistoriaan.

## UKK (Usein kysytyt kysymykset)

Expand Down