-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathChanges
167 lines (119 loc) · 5.26 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
Revision history for App-Mi6
{{$NEXT}}
3.0.6 2024-05-30T08:50:25+09:00
- Add source-url configuration to dist.ini (tbrowder #180, #181)
3.0.5 2024-03-27T23:27:49+09:00
- Respect hyphen in module names when mi6 new (tbrowder #177, #179)
3.0.4 2023-10-27T20:03:23+09:00
- Set fail-fast false to github action workflow files (rcmlz #173)
3.0.3 2023-09-05T23:25:04+09:00
- Remove "upload" command
- Use actions/checkout@v4
3.0.2 2023-01-23T05:54:01+09:00
- Use --no-xattrs option when creating tarball in macos (sdondley #166, #168)
- Remove dist command (#167)
3.0.1 2023-01-14T07:04:15+09:00
- Remove git "--global" from git config user.name/email (jaguart #164)
3.0.0 2022-11-20T00:51:28+09:00
- Now mi6 itself lives in Zef ecosystem!
- Now `mi6 new` creates Zef distribution by default (#162)
- Depends on fez, and remove CPAN::Uploader::Tiny dependency (#162)
2.0.7 2022-08-27T10:49:09+09:00
- Introduce RunBeforeBuild and RunAfterBuild (#155)
2.0.6 2022-03-13T11:44:16+09:00
- Execute fez by raku -e 'use Fez::CLI'
- Regenerate meta before readme in mi6 build
- Use -I. instead of -Ilib everywhere
2.0.5 2022-03-12T08:19:00+09:00
- Update GitHub actions badges (#145)
2.0.4 2022-03-12T07:59:13+09:00
- Support for zef/fez groups (vrurg #140, lizmat #138)
2.0.3 2022-03-12T00:23:52+09:00
- Introduce AutoScanPackages configuration in dist.ini (lizmat #141, #144)
- Tests should be performed with -I. rather than -Ilib (lizmat #143)
2.0.2 2022-01-30T04:06:58+09:00
- macOS-latest -> macos-latest in github action workflow file
2.0.1 2021-12-03T00:30:09+09:00
- Fix `mi6 version`
- Emit more verbose messages when `mi6 new`
2.0.0 2021-12-01T23:26:58+09:00
- mi6 meets Zef ecosystem; now you can upload your distributions to Zef ecosystem with mi6 (#122, #132, lizmat #128, tbrowder #127)
- Now mi6 needs rakudo v2020.05 or later (#125)
- Introduce dist() method (#133)
1.1.5 2021-03-22T19:20:30+09:00
- Run "build" before "release" (tbrowder #120, #121)
1.1.4 2021-01-13T19:41:41+09:00
- Fix Build.pm support (tbrowder #116, #118)
1.1.3 2020-11-27T21:16:28+09:00
- Improve source-url regexp (#114)
1.1.2 2020-10-01T21:48:35+09:00
- Do not depend on JSON::Pretty
1.1.1 2020-09-22T21:28:05+09:00
- Add support for modules using OO::Monitors (jjatria #111)
1.1.0 2020-09-18T21:06:47+09:00
- Introduce --next-version and --yes options to release command (melezhik #109, #110)
1.0.4 2020-09-06T16:53:04+09:00
- Update github action yaml template; separate installation of App::Prove6
1.0.3 2020-08-29T18:37:09+09:00
- Show CPAN url in release step
- Use latest rakudo in github actions
1.0.2 2020-08-09T09:37:50+09:00
- Improve documentation (tbrowder #105, #97, #100, #101)
1.0.1 2020-07-30T05:42:27+09:00
- Update github action yaml template; Use rakudo 2020.07, and specify --test-depends
1.0.0 2020-07-13T23:09:59+09:00
- Now mi6 requires "Raku" compilers, that is, rakudo v2019.11 or later
- Use .rakumod and .rakutest for file extensions
- Now `mi6 new` generates .rakumod and .rakutest files, and sets up GitHub Actions instead of Travis CI
0.4.1 2020-06-29T22:41:37+09:00
- Fix how to add travis CI badge (ufobat #94)
0.4.0 2020-06-29T19:49:21+09:00
- Use TAP::Harness instead of "prove" command in `mi6 test` (Leont #67)
- Support various CI badges (softmoth #88, #90)
0.3.1 2019-12-24T22:14:11+09:00
- Fix regexp
0.3.0 2019-12-24T20:57:26+09:00
- Support new recommended extensions for Raku files (frithnanth #82, #83)
- Enable to use a builder which is set in META6.json (titsuki #77)
- Use mi6run for windows (holli-holzer #78)
- Only read the "dist.ini" once (lizmat #69)
- Update docs for Raku
0.2.6 2019-01-19T13:49:46+09:00
- Support .t6 files in test directories (jmaslak #66)
0.2.5 2019-01-06T18:40:27+09:00
- Use :lang<perl6> in template
0.2.4 2018-12-31T21:47:59+09:00
- Fix test invokation on windows (ufobat #64)
- Fix case sensitivity for saying "No" to CPAN upload (ufobat #61)
- Take git remote "origin" by default (#65)
0.2.3 2018-11-04T07:24:08+09:00
- Make upload prompt clearer (uzluisf #59)
0.2.2 2018-10-27T22:50:28+09:00
- Fix doc (ccworld1000 #58)
0.2.1 2018-10-14T21:40:33+09:00
- If NO_COLOR environment variable is set, disable color output (jmaslak #56)
0.2.0 2018-10-02T08:32:45+09:00
- Add documentation on format of .pause (jmaslak #55)
0.1.9 2018-09-04T22:56:40+09:00
- Introduce MetaNoIndex section to dist.ini (Scimon #52, #53)
- Use git ls-files to find pm files (#54)
0.1.8 2018-05-07T22:37:44+09:00
- Restrict to concrete versions only (ugexe #46)
0.1.7 2018-04-21T16:36:23+02:00
- Document about --keep option (lizmat #41)
- Fix version requirement in META6.json (niner #43)
0.1.6 2018-03-25T13:39:04+09:00
- Set auth cpan:AUTHOR (titsuki #37, #38)
0.1.5 2018-03-17T09:02:46+09:00
- Clean dist after releasing (melezhik #31)
0.1.4 2018-03-14T21:48:32+09:00
- Check version in BumpVersion (drforr #36)
0.1.3 2018-03-13T07:32:45+09:00
- Bump versions for grammar and roles too (drforr #33, #34)
0.1.2 2018-01-09T03:20:10+09:00
- Add `mi6 version` command
- Die when tests failed
0.1.1 2018-01-09T01:49:08+09:00
- Fix description for release
0.1.0 2018-01-09T01:43:25+09:00
- Add a "true" release command (#29)