Skip to content

Commit

Permalink
ci: Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenDeity committed Feb 12, 2024
1 parent 961d857 commit 302ac1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release on GitHub

on:
push:
tags:
- v*

jobs:
release-asset:
Expand All @@ -10,12 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Get version from tag
id: tag_name
run:
|
echo ::set-output name=tag_name::${GITHUB_REF#refs/tags/v}

- name: Parse Changelog
id: changelog
uses: coditory/changelog-parser@v1
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased - 2024-02-13

#### Docs

- Update Changelogs

Full set of changes: [v0.2.7 to 961d857](https://github.com/FallenDeity/PokeLance/compare/v0.2.7...961d857)

## 0.2.7 - 2024-02-12

#### New Features
Expand Down

0 comments on commit 302ac1e

Please sign in to comment.