Skip to content

Commit

Permalink
Merge pull request #11 from pelican-plugins/release-v2
Browse files Browse the repository at this point in the history
Release namespace plugin version of Link Class as v2.0
  • Loading branch information
rlaboiss authored Feb 16, 2021
2 parents ce000ba + ec2a52d commit 2af9045
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
id: check_release
run: |
python -m pip install --upgrade pip
python -m pip install poetry githubrelease autopub
python -m pip install poetry githubrelease httpx==0.16.1 autopub
echo "##[set-output name=release;]$(autopub check)"
- name: Publish
if: ${{ steps.check_release.outputs.release=='' }}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CHANGELOG
=========

1.0.0 - 2019-09-29
------------------

Initial release to PyPI
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Release type: major

Convert to namespace plugin for use with Pelican 4.5 and above
2 changes: 0 additions & 2 deletions __init__.py

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ markdown = ["markdown"]
project-name = "Link Class"
git-username = "botpub"
git-email = "[email protected]"
append-github-contributor = true

[tool.isort]
# Maintain compatibility with Black
Expand Down

0 comments on commit 2af9045

Please sign in to comment.