diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 8f751c4..9d0608a 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -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//.//}/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 15244a7..fb1ad0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ## [Unreleased] +### Fixed +- Dependabot workflow points to `next` branch in a newly created project + ## [1.7.0] - 2023-06-07 ### Added