Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcomella/generate_release_cal
A script to generate release calendars for the Android Product Team at Mozilla
https://github.com/mcomella/generate_release_cal
Last synced: 12 days ago
JSON representation
A script to generate release calendars for the Android Product Team at Mozilla
- Host: GitHub
- URL: https://github.com/mcomella/generate_release_cal
- Owner: mcomella
- License: other
- Created: 2018-06-27T15:52:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T15:55:26.000Z (over 6 years ago)
- Last Synced: 2024-11-13T12:29:25.556Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generate Release Calendars
This script is used to generate release calendars for the Android Product Team
at Mozilla, like the one at
https://wiki.mozilla.org/Mobile/Focus/Android/Train_ScheduleOnly milestones from the current year will be included in the output.
## Usage
On macOS, run the following command:
```sh
./generate_release_cal.py | pbcopy
```And the wiki markup will be in your clipboard, where:
- owner: username who owns the repository, e.g. mozilla-mobile
- repo: repository name, e.g. focus-android## Development
To modify the column output, see `ROW_TITLE_AND_DATE_OFFSET`.