Skip to content

Adjust CHANGELOG.md RELEASE.md #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,29 @@

`[BUGFIX]`
- Fix the issue where the spinner was not terminating correctly
- Use the correct prompts to circumvent exceptions when executing on unsupported operating systems
- Use the correct prompts to circumvent exceptions when executing on unsupported operating systems

# 0.6.0-rc.0

# What's Changed
## ✨ New

* enhance logs functionality to handle build stage log (#48) @jilichao
* feat: add `logs` subcommand (#46) @loheagn
* Adjust the flags for "ofn install" and "ofn uninstall". (#39) @tpiperatgod
* Support running on mac (#37) @arugal

## 🏗️ Maintenance

* use main repo client (#41) @wentevill

## 📝 Documentation

* docs: adjust changelog, readme, release (#35) @tpiperatgod

## Other changes

* remove redundant https:// (#45) @jilichao
**Full Changelog**: https://github.com/OpenFunction/cli/compare/v0.5.3...v0.6.0-rc.0

🎉 Thanks to all contributors @arugal, @benjaminhuo, @jilichao, @loheagn, @tpiperatgod and @wentevill
13 changes: 7 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ This page describes the release process and the currently planned schedule for u

## Release schedule

| release series | date (year-month-day) | release shepherd |
|----------------|--------------------------------------------|---------------------------------------------|
| v0.5.0 | 2021-12-21 | Laminar (GitHub: @tpiperatgod) |
| v0.5.1 | 2021-12-22 | Laminar (GitHub: @tpiperatgod) |
| v0.5.2 | 2022-01-03 | Laminar (GitHub: @tpiperatgod) |
| v0.5.3 | 2022-02-14 | Laminar (GitHub: @tpiperatgod) |
| release series | date (year-month-day) | release shepherd |
|----------------|------------------------|----------------------------------|
| v0.5.0 | 2021-12-21 | Laminar (GitHub: @tpiperatgod) |
| v0.5.1 | 2021-12-22 | Laminar (GitHub: @tpiperatgod) |
| v0.5.2 | 2022-01-03 | Laminar (GitHub: @tpiperatgod) |
| v0.5.3 | 2022-02-14 | Laminar (GitHub: @tpiperatgod) |
| v0.6.0-rc.0 | 2022-05-25 | Wrongerror (GitHub: @wrongerror) |

# How to cut a new release

Expand Down