Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenharrison committed Sep 12, 2024
1 parent eb51652 commit 701a57c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion checker/generator/doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*
Package generator generates the messages for the checker package.
Package generator generates the breaking-changes and changelog messages for the checker package.
The output, messages.yaml can be used by the checker package instead of the hardcoded messages under localizations_src.
Advatages over manuallly writing the messages:
- The generated ids and messages are consistent according to the logic in the generator.
- The generator can be easily extended to support more messages.
Additional work needed before using the generator:
- Check that all messages are covered by the generator.
- Decide what to do with Russian messages.
*/
package generator

0 comments on commit 701a57c

Please sign in to comment.