You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Assuring conventional commits
- This PR changed:
[prlint.yml]: Validates every PR against Conventional Commits to guarantee a healthy release and publish.
[release.yml]: Automates releasing a new version including all the necessary steps using semantic-release action. Must pass prlint and tests CIs.
[publish.yml]: Automates publishing the new released version to PlatformIO registry and update versions in library.json and library.properties files. Depends on [release.yml].
[CONTRIBUTING.md]: Added note for new contributors about conventional commit message.
resolves issue AlexandreHiroyuki#5
Current Situation
When a new release is manually created on GitHub, an action is triggered to publish the package to PlatformIO registry.
Ideal Solution
If the field "version" is different between the files:
library.json
library.properties
It should trigger an error and not publish the package.
If the field "version" properly changed between commits on the main branch, tag the most recent commit with the version number.
The text was updated successfully, but these errors were encountered: