Skip to content

Releases: codaamok/codaamok.build

v2.0.5

12 Feb 10:52
Compare
Choose a tag to compare

Fixed

  • Updated workflow to use the new src directory
  • Corrected reference to new src directory in workflow yaml

Changed

  • Instead of storing module source code in a folder at the root of a project repository named the same as the module, build scripts and functions now expect source code to be in a named folder src instead. Still at the root of a project repository.
  • Function New-ModuleDirStructure now also creates tests directory. Also updated the function to create folder containing module source code in src instead of the module name

v2.0.4

12 Feb 10:48
Compare
Choose a tag to compare

Fixed

  • Updated workflow to use the new src directory

v1.10.2

10 Feb 20:29
Compare
Choose a tag to compare

Changed

  • No longer reference gitversion as gitversion.exe in invoke.build.ps1 for better x-platform compatability

v1.10.0

26 Jan 15:17
0b2e4b4
Compare
Choose a tag to compare

Added

  • Added Types Folder to Export-RootModule and New-ModuleDirStrcuture

v1.9.3

21 Nov 21:10
Compare
Choose a tag to compare

Added

  • Improved templating for custom pre/post build/release tasks

Fixed

  • Typo in build.yml referencing GH_PROJECTNAME env var
  • Typo in build.yml referencing GH_PROJECTNAME env var

v1.9.0

21 Nov 16:35
Compare
Choose a tag to compare

Changed

  • Added parameters to custom.build.ps1

v1.8.1

21 Nov 16:19
Compare
Choose a tag to compare

Added

  • Added custom pre and post build tasks to invoke.build.ps1 and also included custom.build.ps1 which drives project-specific custom pre and post buildactions

Fixed

  • Fixed GitHub Actions workflow build.yml to reference correct build.ps1 now that there are multiple (custom.build.ps1 + invoke.build.ps1)

v1.7.3

21 Nov 15:41
Compare
Choose a tag to compare

Changed

  • Some improvements to Update-BuildFiles so I no longer need to hard code new typical project files

v1.7.1

20 Nov 19:32
Compare
Choose a tag to compare

Fixed

  • Fixed build script to copy *format.ps1xml files

v1.7.0

19 Nov 22:40
Compare
Choose a tag to compare

Changed

  • Reverted change in invoke.build.ps1 which updated changelog and then copied it as it introduced an issue of making it tricky to add release notes for current version to module manifest during build