Dependabot workflow points to next branch in a newly created project #372

This commit is contained in:
Jakub Chrzanowski 2023-06-12 21:19:29 +02:00 committed by Jakub Chrzanowski
parent afe711755b
commit ddde2391ad
2 changed files with 4 additions and 0 deletions

View File

@ -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//.//}/

View File

@ -4,6 +4,9 @@
## [Unreleased]
### Fixed
- Dependabot workflow points to `next` branch in a newly created project
## [1.7.0] - 2023-06-07
### Added