Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exercism/v3-dashboard
The source code for Exercism's v3 maintenance dashboard
https://github.com/exercism/v3-dashboard
community-contributions-paused
Last synced: about 1 month ago
JSON representation
The source code for Exercism's v3 maintenance dashboard
- Host: GitHub
- URL: https://github.com/exercism/v3-dashboard
- Owner: exercism
- License: mit
- Created: 2020-05-27T14:17:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T07:24:03.000Z (8 months ago)
- Last Synced: 2024-05-01T11:25:35.700Z (8 months ago)
- Topics: community-contributions-paused
- Language: TypeScript
- Homepage:
- Size: 3.67 MB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# V3 Progress Dashboard
A dashboard to help maintainers and contributors understand the state of the Tracks for v3. It is under active development.
If your track is not listed but you _are_ working on v3, please open an issue at the [main v3 repo](https://github.com/exercism/v3).
## Contributing
We welcome contributions to this repo. Please check out the [CONTRIBUTING.MD](https://github.com/exercism/v3-dashboard/blob/master/CONTRIBUTING.md) file for details on how to get things set up.
## Deploying
To deploy a new version of the dashboard, do:
- Run `git checkout master` to checkout the master branch
- Run `git pull` to update the `master` branch to the latest version
- Run `yarn release -b [major | minor | patch] -m ` which will:
- Bump the version in the `package.json` file
- Create a commit for the modified `package.json` file
- Create a tag for the commit that was just added
- Push the commit and the tag to the remote
- Open a browser window to create a GitHub release for the new tagOnce the GitHub release has been created, a workflow will automatically start to deploy the latest version. This usually takes a minute or so.
## Licence
This project is licenced under MIT. It is copyright to Exercism.