From 30da93b66dd118f6c20276fd1a92e90d0502de7c Mon Sep 17 00:00:00 2001 From: jeanluc Date: Tue, 28 May 2024 11:19:09 +0200 Subject: [PATCH 1/2] Add docs URL --- .copier-answers.yml | 2 +- README.md | 3 ++- pyproject.toml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index e6fda26..09d0ec4 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -4,7 +4,7 @@ _commit: 0.2.9 _src_path: https://github.com/salt-extensions/salt-extension-copier author: jeanluc author_email: lkubb@protonmail.com -docs_url: '' +docs_url: https://salt-extensions.github.io/saltext-pushover/ license: apache loaders: - module diff --git a/README.md b/README.md index 9e19c01..38a95ba 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you think you've found a security vulnerability, see This README is for people aiming to contribute to the project. If you just want to get started with the extension, check out the -module docstrings (for now, documentation is coming!). +[User Documentation][docs]. ## Contributing @@ -84,3 +84,4 @@ that's where you'll find the rest of the documentation. [PRs]: https://github.com/salt-extensions/saltext-pushover/pulls [discussions]: https://github.com/salt-extensions/saltext-pushover/discussions [comments]: https://conventionalcomments.org/ +[docs]: https://salt-extensions.github.io/saltext-pushover/ diff --git a/pyproject.toml b/pyproject.toml index 6a2c007..37a586e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ content-type = "text/markdown" [project.urls] Homepage = "https://github.com/salt-extensions/saltext-pushover" +Documentation = "https://salt-extensions.github.io/saltext-pushover/" Source = "https://github.com/salt-extensions/saltext-pushover" Tracker = "https://github.com/salt-extensions/saltext-pushover/issues" From f4b89b34281d9f89cabd7fe930c82059d85022a7 Mon Sep 17 00:00:00 2001 From: jeanluc Date: Tue, 28 May 2024 11:20:32 +0200 Subject: [PATCH 2/2] Generate changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aec3363..cda25f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH # Changelog + +## v1.0.0 (2024-05-28) + +First release with code extracted from Salt core. +No significant changes.