Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yodaos-project/release
YODAOS Release for publishing our images, files and other staffs, all are open sourced :)
https://github.com/yodaos-project/release
release yodaos
Last synced: about 2 months ago
JSON representation
YODAOS Release for publishing our images, files and other staffs, all are open sourced :)
- Host: GitHub
- URL: https://github.com/yodaos-project/release
- Owner: yodaos-project
- Created: 2018-05-18T11:13:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T17:37:59.000Z (about 6 years ago)
- Last Synced: 2024-05-14T00:26:59.518Z (8 months ago)
- Topics: release, yodaos
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YODAOS Release
====================================
[![Build Status](https://travis-ci.com/yodaos-project/release.svg?branch=master)](https://travis-ci.com/yodaos-project/release)It's used to publish YODAOS images, currently supports:
- [x] Kamino18
- [x] Amlogic A113
- [ ] Raspberry Pi### Get Started
YODAOS Release defines the following roles, please read before starting.
#### What's a release
YODAOS Release is a markdown file, which includes the config and plain contents, for example:
```md
本次更新:
- 增加了对多激活词的支持;
- 修复了播放器的内存泄漏问题;
```As the following described before, in the comments, it contains:
- `flush_image_uri` is the image url to download.
The plain contents commonly are the markdown, it describes what's new, and something that you want to publish.
#### Committer
Every release is started from a [commiter](#committer), and it's the maintainer of an image, currently are:
- Kamino18: [@yorkie](https://github.com/yorkie)
- Amlogic A113: [@yorkie](https://github.com/yorkie)#### Publisher
[Committer](#committer) submits a Pull Request on this repository, only [publisher](#publisher) could review
and publish.#### How to submit
- Create a branch, then submit a markdown file, and by the following name-style `{version}-{date}-{buildId}.md`.
- In Markdown file, write your CHANGELOG.
- Create a Pull Request to master.#### Online API
Check out the current YODAOS images list: https://yodaos-project.github.io/release/yodaos.json
### License
Apache 2.0