Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change GitHub workflows and enable automatic changelogs and semantic …
…versioning (#273) * update release workflow * fix branch name extraction * fix branch retrieval * fix naming of branch based on tag commit * update release packaging and remove build version number * update workflow * add release changelog * Remove "needs" as this is not part of the steps syntaxs * Fix version error for actions/create-release * add additional log outpu * create new workflows * fix workflows * update workflow * fix workflow setupt * update workflow and FIx Project Renaming * fix workflow order and fix project renaming * fix workflow order and fix project renaming * revert commit on UpdateProjectVersions.ps1 * fix release asset naming * update release-drafter configuration * Fix release-drafter configuration and fix asset upload * try fixing asset upload * Fixing upload and changelog creation * fix versioning * TRY updating asset upload * Fix changelog configuration * Fix attaching release assets * Fix Version naming for release asset upload update README.md Remove release-drafter.yml * Fix release Note generation * update changelog template * update changelog template * update changelog builder config * Freezor/refactor prpgram env from array to enumerable (#1) * remove old code * fix call of now deleted code * Remove all references to OPCUA * update CHANGELOG.md * transform program.env from array to List * Fix indexOf from array to list * fix launch and prevent certificate crash * Fix changelog builder * update path of changelog config * fix changelog for no prev tags * Freezor/refactor program env from array to enumerable (#2) * remove old code * fix call of now deleted code * Remove all references to OPCUA * update CHANGELOG.md * transform program.env from array to List * Fix indexOf from array to list * fix launch and prevent certificate crash * use target-type new * fix build syntax * Update prerelease-on-merge-to-main.yml * fix changelog_configuration.json * update workflows * update fetching of latest tag to build release notes againt * update changelog_configuration.json * update path to changelog_configuration.json * fix output for latest tag extraction * fix check-release.yml * fix timestamp in check-release.yml * fix timestamp variable in set_timestamp * fix timestamp usage * fix date extraction * fix again * update datetime string * update artefact uploade * Create codeql.yml * remove codeql.yml * fix deprecated github action versions * add .editorconfig * update file styling * add new code analysis workflow * fix analysis workflow * update analysis runner * update analysis * fix path to solution * improve message * add format report * change verbosity and update editorconfig * fix dotnetformat command * change workflow * fix analysis * add codeQL analytics * update code analysis * update build steps for codeQL * update build step * update codeql build steps * Re-Order steps * remove autobuild * add extended query suite * update workflow naming * remove check-style.yml * remove build-docker-images.yml as it is only used at one specific branch which is no longer active * remove build-and-publish-docker-images-release.yml as it is now used in other workflows * Update workflow names and include docker build and release job * remove check-release.yml workflow to be triggered on push to main, as the prerelease build is triggered anyway and so the check is included there
- Loading branch information