mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 14:07:23 +00:00
* delete everything * migrate to v3 * basic logout command * remove pre-release text * additional error handling in rlwy domain * fixed backwards logic on rlwy domain * accept environment id in rlwy run * default environment on rlwy link if there's only 1 * dont print plugins and services if there are none * skip serializing nones * remove entities file * rename ServiceDomains * link to project upon init * remove description prompt * fully remove description prompt * remove dead code * refactor some of the commands * update repo target * fix broken render_config * cleanup unused vars * remove muts * bump cargo version to 3.0.0 * change repo on Cargo.toml --------- Co-authored-by: Angelo <asara019@fiu.edu>
11 lines
176 B
JSON
11 lines
176 B
JSON
{
|
|
"categories": [
|
|
{
|
|
"title": "## Changes",
|
|
"labels": [],
|
|
"exhaustive": false
|
|
}
|
|
],
|
|
"template": "${{CHANGELOG}}\n",
|
|
"pr_template": "- #${{NUMBER}} ${{TITLE}}"
|
|
}
|