Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit fbc1559

Browse files
committed
ci: auto changelog
1 parent 8261032 commit fbc1559

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

.github/workflows/changelog.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: auto changelog
2+
3+
permissions:
4+
contents: write
5+
6+
on:
7+
push:
8+
tags:
9+
- '*'
10+
11+
jobs:
12+
changelog:
13+
name: Create Release
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Checkout code
17+
uses: actions/checkout@v3
18+
with:
19+
fetch-depth: 0
20+
- run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "UnlimitedChatGPTWebAPI"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Unlimited ChatGPT WebAPI"
55
authors = [
66
{name = "AkashiCoin", email = "l1040186796@gmail.com"},

0 commit comments

Comments
 (0)