Yaml2ics

Latest version: v0.2

Safety actively analyzes 627763 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.9.dev0

Process

- Update and review `CHANGELOG.md`:

gem install github_changelog_generator
github_changelog_generator -u scientific-python -p yaml2ics --since-tag=<last tag>

- Update `version` in `pyproject.toml`.

- Commit changes:

git add pyproject.toml CHANGELOG.md
git commit -m 'Designate <version> release'

- Add the version number (e.g., `1.2.0`) as a tag in git:

git tag -s [-u <key-id>] v<version> -m 'signed <version> tag'

If you do not have a gpg key, use -u instead; it is important for
Debian packaging that the tags are annotated

- Push the new meta-data to github:

git push --tags origin main

where `origin` is the name of the `github.com:scientific-python/yaml2ics`
repository

- Review the github release page:

https://github.com/scientific-python/yaml2ics/releases

- Publish on PyPi:

git clean -fxd
pip install flit
flit build
flit publish

- Update `version` in `pyproject.toml`.

- Commit changes:

git add pyproject.toml
git commit -m 'Bump version'
git push origin main


Changelog

1.8

1.8rc2.dev0

1.8rc1

1.8.dev0

0.2

[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.1...v0.2)

**Merged pull requests:**

- Update pre-commit hooks [\53](https://github.com/scientific-python/yaml2ics/pull/53) ([jarrodmillman](https://github.com/jarrodmillman))
- Update codecov [\52](https://github.com/scientific-python/yaml2ics/pull/52) ([jarrodmillman](https://github.com/jarrodmillman))
- Update pre-commit [\50](https://github.com/scientific-python/yaml2ics/pull/50) ([jarrodmillman](https://github.com/jarrodmillman))
- Increase coverage to 100% [\48](https://github.com/scientific-python/yaml2ics/pull/48) ([stefanv](https://github.com/stefanv))
- Switch from flake8 to ruff [\47](https://github.com/scientific-python/yaml2ics/pull/47) ([stefanv](https://github.com/stefanv))
- Flake8 migrated to GitHub [\46](https://github.com/scientific-python/yaml2ics/pull/46) ([itrich](https://github.com/itrich))
- Add possibility to add additional dates to recurring events [\45](https://github.com/scientific-python/yaml2ics/pull/45) ([itrich](https://github.com/itrich))

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.