Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Nov 22, 2023
1 parent 48dffc7 commit 389b3ec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
run: |
git config --global user.user "dennykorsukewitz"
git config --global user.name "Denny Korsukéwitz"
git config --global github.user "dennykorsukewitz"
git config --global github.name "Denny Korsukéwitz"
- name: git config user.name
run: git config --global --get user.name
- name: git config user.user
Expand Down
13 changes: 13 additions & 0 deletions generators/plugin/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ const config = {
default: '${config.package_name_pascal_case}',
store: true,
},
{
name: 'framework_version',
message: 'For which framework version should this package be?',
type: 'list',
choices: [
'3.3.x',
'4.0.x',
'5.0.x',
'6.0.x',
'6.5.x'
],
store: true,
},
],
};
module.exports = config;

0 comments on commit 389b3ec

Please sign in to comment.