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

pull/378/head
Jakub Chrzanowski 11 months ago committed by Jakub Chrzanowski
parent afe711755b
commit ddde2391ad

@ -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…
Cancel
Save