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
Using GitHub Actions, set up the project so that every time we merge in to main, we npm run package to create the installer as a (downloadable) release item. This probably means we should generate the Version number based on the date, the simplest way (avoiding complexity) would be to do Major=Year (YYYY), Minor=Month (MM), and Patch=Day (DD).
E.g. AccuTheme-Bs5-Install-2024-12-22.zip
Once this is completed, moving forward will will have AccuClone (DnnClone) setup with AccuTheme already installed. Before use (of AccuClone to deploy a new project), installing the latest AccuTheme version would be required.
The text was updated successfully, but these errors were encountered:
Using GitHub Actions, set up the project so that every time we merge in to main, we
npm run package
to create the installer as a (downloadable) release item. This probably means we should generate the Version number based on the date, the simplest way (avoiding complexity) would be to do Major=Year (YYYY), Minor=Month (MM), and Patch=Day (DD).E.g.
AccuTheme-Bs5-Install-2024-12-22.zip
Once this is completed, moving forward will will have AccuClone (DnnClone) setup with AccuTheme already installed. Before use (of AccuClone to deploy a new project), installing the latest AccuTheme version would be required.
The text was updated successfully, but these errors were encountered: