[DOCs][Fixed] Test badge
- Also added link to changelog for the dev branch
This commit is contained in:
parent
b8cb51a996
commit
ad009910bb
|
|
@ -2,12 +2,12 @@
|
|||
|
||||

|
||||
|
||||
[](https://github.com/INTI-CMNB/KiBot/actions)
|
||||
[](https://github.com/INTI-CMNB/KiBot/actions)
|
||||
[](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master)
|
||||
[](https://pypi.org/project/kibot/)
|
||||
[](https://www.paypal.com/donate/?hosted_button_id=K2T86GDTTMRPL)
|
||||
|
||||
# **This is the documentation for the current development KiBot, not yet released.**
|
||||
# **This is the documentation for the current development KiBot, not yet released. To know what changed see the [changelog][CHANGELOG.md]**
|
||||
|
||||
|
||||
**Important for CI/CD**:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||

|
||||
|
||||
[](https://github.com/INTI-CMNB/KiBot/actions)
|
||||
[](https://github.com/INTI-CMNB/KiBot/actions)
|
||||
[](https://coveralls.io/github/INTI-CMNB/KiBot?branch=master)
|
||||
[](https://pypi.org/project/kibot/)
|
||||
[](https://www.paypal.com/donate/?hosted_button_id=K2T86GDTTMRPL)
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ $branch=`git rev-parse --abbrev-ref HEAD`;
|
|||
chomp($branch);
|
||||
if ($branch ne "master")
|
||||
{
|
||||
$doc_id="# **This is the documentation for the current development KiBot, not yet released.**\n";
|
||||
$doc_id="# **This is the documentation for the current development KiBot, not yet released. To know what changed see the [changelog][CHANGELOG.md]**\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -40,6 +40,7 @@ while (<>)
|
|||
$_ =~ s/\@dependencies\@/$dependencies/;
|
||||
$_ =~ s/\@json_dep\@/$json_dep/;
|
||||
$_ =~ s/\@doc_id\@/$doc_id/;
|
||||
$_ =~ s/\@branch\@/$branch/;
|
||||
print $_;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue