Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare first release #15

Merged
merged 2 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _commit: 0.2.9
_src_path: https://github.com/salt-extensions/salt-extension-copier
author: jeanluc
author_email: [email protected]
docs_url: ''
docs_url: https://salt-extensions.github.io/saltext-pushover/
license: apache
loaders:
- module
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Loading