OfficeDev / generator-office

Yeoman generator for building Microsoft Office related projects.
https://www.npmjs.com/package/generator-office
MIT License
815 stars 207 forks source link

Removed the 'prerelease' designated branches and defaulted to "master" branch #795

Closed millerds closed 7 months ago

millerds commented 7 months ago

Remove the separate 'prerelease' branches from the template designations and add a default branch of "master" for the 'prerelease' options. Also added a 'prerelease' test.


  1. Do these changes impact User Experience? (e.g., how the user interacts with Yo Office and/or the files and folders the user sees in the project that Yo Office creates)

    • [ ] Yes
    • [x] No

    If Yes, briefly describe what is impacted.

  2. Do these changes impact documentation? (e.g., a tutorial on https://learn.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins)

    • [ ] Yes
    • [x] No

    If Yes, briefly describe what is impacted.

  3. Validation/testing performed:

    Used VS Code debugger to verify correct code paths. Ran independently of debugger. Added test for "prerelease" flag

  4. Platforms tested:

    • [x] Windows
    • [ ] Mac