mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
README minor changes
This commit is contained in:
parent
3caad37f1d
commit
1f68a13de9
@ -34,7 +34,7 @@ In this README, we will highlight the following elements of template-project cre
|
|||||||
- actions – basic action with shortcut binding
|
- actions – basic action with shortcut binding
|
||||||
- [Predefined Run/Debug configurations](#predefined-rundebug-configurations)
|
- [Predefined Run/Debug configurations](#predefined-rundebug-configurations)
|
||||||
- [Continuous integration](#continuous-integration) based on GitHub Actions
|
- [Continuous integration](#continuous-integration) based on GitHub Actions
|
||||||
- [Dependencies management](#dependencies-management) with dependabot
|
- [Dependencies management](#dependencies-management) with Dependabot
|
||||||
- [Changelog maintenance](#changelog-maintenance) with the Gradle Changelog Plugin
|
- [Changelog maintenance](#changelog-maintenance) with the Gradle Changelog Plugin
|
||||||
- [Release flow](#release-flow) using GitHub Releases
|
- [Release flow](#release-flow) using GitHub Releases
|
||||||
- [Plugin signing](#plugin-signing) with your private certificate
|
- [Plugin signing](#plugin-signing) with your private certificate
|
||||||
@ -265,7 +265,7 @@ All the workflow files have accurate documentation, so it's a good idea to take
|
|||||||
|
|
||||||
This Template project depends on Gradle plugins and external libraries – and during the development, you will add more of them.
|
This Template project depends on Gradle plugins and external libraries – and during the development, you will add more of them.
|
||||||
|
|
||||||
Keeping the project in good shape and having all the dependencies up-to-date requires time and effort, but it is possible to automate that process using [dependabot][gh:dependabot].
|
Keeping the project in good shape and having all the dependencies up-to-date requires time and effort, but it is possible to automate that process using [Dependabot][gh:dependabot].
|
||||||
|
|
||||||
Dependabot is a bot provided by GitHub for checking the build configuration files and reviewing any outdated or insecure dependencies of yours – in case if any update is available, it creates a new pull request providing [the proper change][gh:dependabot-pr].
|
Dependabot is a bot provided by GitHub for checking the build configuration files and reviewing any outdated or insecure dependencies of yours – in case if any update is available, it creates a new pull request providing [the proper change][gh:dependabot-pr].
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user