Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Nov 24, 2022
1 parent 26bd9ef commit 6a33239
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/changeRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
workflow_dispatch: {}
push:
paths: [CHANGELOG.md]
branches: [main]
tags: ["*"]

jobs:
Expand All @@ -13,5 +14,5 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# optional
tag_prefix: ""
tag_prefix: "v"
changelog: CHANGELOG.md
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Nothing right now.

## [v1.0.0] - 2022.11.24
## [1.0.0] - 2022.11.24 更新

### Added

- Created the project.
- Add ping and syslog.
- Add remark of package and function.
1. Created the project.
2. Add ping and syslog.
3. Add remark of package and function.

### Changed
1. Update module name to `github.com/username/repo`.
2. Rewrite code using Cobra.
3. Update commands.
4. Update README.md.
5. Fix typo.

- Update module name to `github.com/username/repo`.
- Rewrite code using Cobra.
- Update commands.
- Update README.md.
- Fix typo.
[1.0.0]: https://github.com/a76yyyy/HustWebAuth/releases/tag/v1.0.0

0 comments on commit 6a33239

Please sign in to comment.