mirror of
https://gh.wpcy.net/https://github.com/stingray82/uupd.git
synced 2026-07-14 18:21:23 +08:00
47 lines
1.1 KiB
INI
47 lines
1.1 KiB
INI
# =====================================================
|
|
# Plugin Metadata
|
|
# =====================================================
|
|
|
|
# Display name of your plugin
|
|
PLUGIN_NAME=
|
|
|
|
# Comma-separated tags for WordPress.org or readme.txt
|
|
PLUGIN_TAGS=
|
|
|
|
# Folder & main file slug (no spaces)
|
|
PLUGIN_SLUG=
|
|
|
|
# GitHub repo in the form: username/repo
|
|
GITHUB_REPO=
|
|
|
|
# Zip filename to generate (defaults to "<PLUGIN_SLUG>.zip" if blank)
|
|
ZIP_NAME=
|
|
|
|
# Deployment target: "github" or "private"
|
|
DEPLOY_TARGET=github
|
|
|
|
# =====================================================
|
|
# File Paths
|
|
# =====================================================
|
|
|
|
# Path to changelog file (absolute or relative to this script)
|
|
CHANGELOG_FILE=
|
|
|
|
# Path to static readme file
|
|
STATIC_FILE=static.txt
|
|
|
|
# Destination directory if DEPLOY_TARGET=private
|
|
DEST_DIR=
|
|
|
|
# =====================================================
|
|
# Optional overrides
|
|
# =====================================================
|
|
|
|
# Path to PHP header script
|
|
# HEADER_SCRIPT=
|
|
|
|
# Path to GitHub token file
|
|
# TOKEN_FILE=
|
|
|
|
# Path to static index.json generator
|
|
# GENERATOR_SCRIPT=
|