mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependabot workflow points to next
branch in a newly created project #372
This commit is contained in:
parent
afe711755b
commit
ddde2391ad
1
.github/workflows/template-cleanup.yml
vendored
1
.github/workflows/template-cleanup.yml
vendored
@ -49,6 +49,7 @@ jobs:
|
||||
mkdir -p src/main/kotlin/${GROUP//.//}
|
||||
mkdir -p src/test/kotlin/${GROUP//.//}
|
||||
cp -R .github/template-cleanup/* .
|
||||
cp -R .github/template-cleanup/.* .
|
||||
cp -R src/main/kotlin/org/jetbrains/plugins/template/* src/main/kotlin/${GROUP//.//}/
|
||||
cp -R src/test/kotlin/org/jetbrains/plugins/template/* src/test/kotlin/${GROUP//.//}/
|
||||
|
||||
|
@ -4,6 +4,9 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
- Dependabot workflow points to `next` branch in a newly created project
|
||||
|
||||
## [1.7.0] - 2023-06-07
|
||||
|
||||
### Added
|
||||
|
Loading…
Reference in New Issue
Block a user