Improve Woodpecker CI configuration and add CHANGELOG
Some checks failed
Build Release / Build and Create Release (push) Has been cancelled

This commit is contained in:
2025-04-07 05:47:54 +01:00
parent aa416c1950
commit c27dbe9343
2 changed files with 10 additions and 2 deletions

View File

@ -9,15 +9,18 @@ pipeline:
- cp readme.txt build/plugin-reference-cleaner/
- cp LICENSE build/plugin-reference-cleaner/
- cp README.md build/plugin-reference-cleaner/
- cp CHANGELOG.md build/plugin-reference-cleaner/
- if [ -f CHANGELOG.md ]; then cp CHANGELOG.md build/plugin-reference-cleaner/; fi
- cd build
- zip -r ../plugin-reference-cleaner-$VERSION.zip plugin-reference-cleaner
- cd ..
- echo "Build completed: plugin-reference-cleaner-$VERSION.zip"
- ls -la *.zip
release:
image: plugins/gitea-release
secrets: [ gitea_token ]
settings:
api_key:
api_key:
from_secret: gitea_token
base_url: https://gitea.wpallstars.com
files:
@ -27,6 +30,9 @@ pipeline:
Plugin Reference Cleaner ${CI_COMMIT_TAG}
See [CHANGELOG.md](https://gitea.wpallstars.com/wpallstars/plugin-reference-cleaner/src/branch/main/CHANGELOG.md) for details.
when:
event: tag
tag: v*
when:
event: tag

View File

@ -6,10 +6,12 @@ All notable changes to this project will be documented in this file.
### Added
- Support for multisite WordPress installations
- Network admin page integration
- Woodpecker CI integration for automated releases
### Improved
- Error handling
- User experience with better confirmation messages
- Security by adding proper capability checks
## [1.0] - 2025-03-15
### Added