Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# We are using semantic-release to automatically create releases and changelogs. # Make sure you are using the following conventions when writing commit # messages: # # type(component): present tense title line commanding the change # Ticket: TE-XXX # # Type can be: # * fix: caught promise exception # * feat: added new files # * chore: updated dependencies # * refactor: updated code to use new API # * test: added new tests # * docs: updated documentation # * style: fixed linting issues # * perf: improved performance # # Component can be anything, but it should reflect the component in which the # change was made. Examples: panel, acp, backend, frontend, api, ... # # You can also add trailers for supported projects to automatically create # public Changelog messages which should not contain sensitive information. # For example: # # Changelog-Public: Added the possibility to create multiple nodes at once # Changelog-Component: api,panel # # To indicate a breaking change, add the "BREAKING CHANGE:" trailer.
- Loading branch information