Skip to content

Commit

Permalink
RELEASE @v0.6.0-rc.1 (#21)
Browse files Browse the repository at this point in the history
* chore: RELEASE 0.6.0-rc.1

* Remove release creation

---------

Co-authored-by: release-butler[bot] <198215808+release-butler[bot]@users.noreply.github.com>
Co-authored-by: Aditya Kumar <[email protected]>
  • Loading branch information
release-butler[bot] and AS1100K authored Feb 12, 2025
1 parent c6c7406 commit b4fb4ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,3 @@ jobs:
run: cargo publish --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

# These step has been taken from https://github.com/AS1100K/aether/blob/main/.github/workflows/release.yml
- name: Parse Changelog
id: parse_changelog
uses: ocavue/changelog-parser-action@v1
with:
filepath: "./CHANGELOG.md"
removemarkdown: false

- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ github.ref }}
body: ${{ steps.parse_changelog.outputs.latestBody }}
12 changes: 12 additions & 0 deletions PRERELEASE-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0-rc.1] - 2025-02-12
### Changed
- Move all configuration structs to `config` module

### Fixes
- Disabled unwanted default features for dependencies

### Removed
- `http`, `rich_presence`, `bot`, `plugin` module



## [0.6.0-rc.1] - [Unreleased]

### Added
Expand Down

0 comments on commit b4fb4ff

Please sign in to comment.