-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update package.yaml v0.2 * Update Changelog * Update CLI version shellcheck to 0.2.0 Co-authored-by: Paul Cadman <[email protected]>
- Loading branch information
1 parent
6eb16c7
commit 72b4c26
Showing
4 changed files
with
115 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,6 @@ | ||
add_issues_wo_labels=true | ||
add_pr_wo_labels=true | ||
add_sections={} | ||
author=true | ||
base=CHANGELOG.md | ||
breaking_labels=backwards-incompatible,Backwards incompatible,breaking | ||
breaking_prefix=**Breaking changes:** | ||
bug_labels=bug,Bug | ||
bug_prefix=**Fixed bugs:** | ||
compare_link=true | ||
configure_sections={} | ||
date_format=%Y-%m-%d | ||
deprecated_labels=deprecated,Deprecated | ||
deprecated_prefix=**Deprecated:** | ||
enhancement_labels=enhancement,Enhancement | ||
enhancement_prefix=**Implemented enhancements:** | ||
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix | ||
filter_issues_by_milestone=true | ||
header=# The MiniJuvix Changelog | ||
issue_line_labels=[] | ||
issue_prefix=**Closed issues:** | ||
issues_of_open_milestones=false | ||
issues=true | ||
max_issues=nil | ||
merge_prefix=**Merged pull requests:** | ||
output=CHANGELOG.md | ||
project=minijuvix | ||
issues=false | ||
pulls=true | ||
removed_labels=removed,Removed | ||
removed_prefix=**Removed:** | ||
security_labels=security,Security | ||
security_prefix=**Security fixes:** | ||
simple_list=false | ||
ssl_ca_file=nil | ||
summary_labels=Release summary,release-summary,Summary,summary | ||
unreleased=false | ||
user=heliaxdev | ||
verbose=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: minijuvix | ||
version: 0.1.4 | ||
version: 0.2.0 | ||
license: GPL-3.0-only | ||
license-file: LICENSE | ||
copyright: (c) 2022- Heliax AG. | ||
maintainer: The PLT Team at Heliax AG <[email protected]> | ||
author: [ Jonathan Prieto-Cubides , Jan Mas Rovira , Paul Cadman ] | ||
tested-with: ghc == 9.2.2 | ||
tested-with: ghc == 9.2.3 | ||
homepage: https://github.com/heliaxdev/minijuvix | ||
bug-reports: https://github.com/heliaxdev/minijuvix/issues | ||
description: The MiniJuvix compiler | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters