Skip to content

Commit 3990000

Browse files
committed
Final CI test before release
1 parent ab872b8 commit 3990000

File tree

3 files changed

+31
-16
lines changed

3 files changed

+31
-16
lines changed

ChangeLog

Lines changed: 0 additions & 6 deletions
This file was deleted.

Changes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Revision history for Pod::To::HTML
2+
3+
{{$NEXT}}
4+
- First version as a Raku Community Module
5+
- Tighten dependencies
6+
- Moderniz and streamlinex code
7+
- Update documentation
8+
- Use modern file extensions
9+
- Some micro-optimizations
10+
- Add preliminary coverage testing
11+
- Add CI badge for each OS
12+
- Older Changelog did not contain any changes before or
13+
after 2018 so was basically useless, and thus removed

META6.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
2-
"auth": "github:Raku",
2+
"auth": "zef:raku-community-modules",
33
"authors": [
4-
"Raku Community modules"
5-
],
6-
"build-depends": [
4+
"Anthony Parsons",
5+
"Moritz Lenz",
6+
"Timo Paulssen",
7+
"Alex Moquin",
8+
"Wenzel P. P. Peppmeyer",
9+
"Zoffix Znet",
10+
"Alex Chen",
11+
"JJ Merelo",
12+
"Jonathan Stowe",
13+
"Richard Hainsworth",
14+
"Antonio Gamiz",
15+
"Oleksander Kiryuhin",
16+
"Elizabeth Mattijsen"
717
],
818
"depends": {
919
"runtime": {
@@ -33,14 +43,12 @@
3343
"templates/main.mustache",
3444
"css/github.css"
3545
],
36-
"source-url": "https://github.com/raku-community-modules/Pod-To-HTML.git",
3746
"support": {
38-
"bugtracker": null,
47+
"bugtracker": "https://github.com/raku-community-modules/Pod-To-HTML/issues",
48+
"email": "community@raku.org",
3949
"source": "git://github.com/Raku/Pod-To-HTML.git"
4050
},
41-
"tags": [
42-
],
43-
"test-depends": [
51+
"tags": [ "POD", "HTML", "RAKUDOC", "DOC"
4452
],
45-
"version": "v0.8.1"
53+
"version": "0.8.1"
4654
}

0 commit comments

Comments
 (0)