History log of /plugin/gitbacked/.github/workflows/build_release.yml (Results 1 – 3 of 3)
Revision Date Author Comments
# 2762023d 03-Mar-2025 Markus Hoffrogge <mhoffrogge@gmail.com>

Format code to comply with DW standard code style rules

- add code formatter definitions:
- .editorconfig
- .vscode/settings.json

- update code to meet code style:
- conf/default.php,
con

Format code to comply with DW standard code style rules

- add code formatter definitions:
- .editorconfig
- .vscode/settings.json

- update code to meet code style:
- conf/default.php,
conf/metadata.php,
lang/de/settings.php,
lang/en/settings.php:
- fix for white space code style

- classes/*.php:
- attach classes to plugin specific namespace
- format to meet DW code style
- refactor method names to fix PSR1.Methods.CamelCapsMethodName.NotCamelCaps

- loader.php:
- add autoloader for plugin specific namespace classes

- action/editcommit.php:
- replace use of deprecated DW class definitions
by non deprecated class definitions
- followup code formatting of classes/*.php
- make use of auto loader loader.php

show more ...


# 4f40c9b4 09-Feb-2023 Markus Hoffrogge <mhoffrogge@gmail.com>

Gha/maintenance (#84)

* GHA: Fix deprecation warning on ::set-output

* GHA: Replace deprecated actions for release creation


# d32f7577 31-Mar-2022 Markus Hoffrogge <mhoffrogge@gmail.com>

#58 - Initially adding release build artifacts

Added workflows/build_release.yml, workflows/resources/RELEASE_HEAD.md and CHANGELOG.md