You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running adapt create course, it's sometimes useful to know what the most recent branch/tag name is so that I can include this in the course folder name. This mainly applies when I am creating new sandbox courses since I name each one with the version name:
In the current process, you do not know the FW branch/tag until after you are asked to name the folder.
Suggestions
Change the order of setup questions to type, branch/tag and then name
Possibly include the branch/tag in the suggested default name like v5.40.6 or my-adapt-course-v5.40.6
The text was updated successfully, but these errors were encountered:
swashbuck
changed the title
Change command order to put "branch/tag" before "name"
Change setup question order to put "branch/tag" before "name"
Aug 5, 2024
# [3.2.0](v3.1.5...v3.2.0) (2024-08-07)
### Update
* Change order of adapt create course steps to put branch/tag before course (fix#207) ([5316c10](5316c10)), closes [#207](#207)
Subject of the enhancement
When running
adapt create course
, it's sometimes useful to know what the most recent branch/tag name is so that I can include this in the course folder name. This mainly applies when I am creating new sandbox courses since I name each one with the version name:In the current process, you do not know the FW branch/tag until after you are asked to name the folder.
Suggestions
type
,branch/tag
and thenname
name
likev5.40.6
ormy-adapt-course-v5.40.6
The text was updated successfully, but these errors were encountered: