Fedmsg-meta-fedora-infrastructure

Latest version: v0.31.0

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

Scan your dependencies

Page 19 of 19

0.0.4

-----

- Added a config for tests. `a0e9db882 <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/a0e9db8826f5292c10c1612ceeb35a8b534a404a>`_
- Change namespace to fix tests. `c509d0787 <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/c509d078773c4b6bb94c9b81c3b187c964bc4560>`_
- First pkgdb messages. `11e50b58b <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/11e50b58bc8c8274aebb39d9d710ddb1db70cdce>`_
- TODO list. `bb805e545 <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/bb805e545ae81995840d8cc27f383e9a5f3c259a>`_
- pkgdb.owner.update. `126579c3f <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/126579c3f69d9dfb099387ccf315b22d8ffc4c47>`_
- pkgdb.acl.request.toggle. `4ca441a9d <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/4ca441a9dc8b61ce3f965aa795d658fc33e7b29d>`_
- grammar `a460e9ec3 <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/a460e9ec3d8f8404005cfb93b449b19a0f7daced>`_
- pkgdb.package.retire. `aae5bb1fc <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/aae5bb1fcc0bff32690bed37c36cc0f8d70ba1aa>`_
- todo update. `b665aa428 <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/b665aa428e9098eb267c7c6b370295f1227b4eff>`_
- pkgdb.acl.user.remove. `93372562a <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/93372562a25a6d6755362ebe40678d2cbebf6177>`_
- pkgdb.package.new. `112ca191f <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/112ca191ff34e2f400c1677bcc168210be58c791>`_
- pkgdb.package.update. `41357a555 <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/41357a55596ecd40c926438205e31b6adf4eafb6>`_
- pkgdb.branch.clone. `5402557bc <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/5402557bc3382c47fb9b384f749d06da5d9d292a>`_

0.0.3

-----

- s/fedmsg.text/fedmsg.meta/g `eb05cfe8a <https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/commit/eb05cfe8a0499323f1958a2f406e36d65a3edb8e>`_


Releasing fedmsg-met-fedora-infrastructure
==========================================

This document describes the process to follow when making a new release of
fedmsg-meta-fedora-infrastructure.

This projects uses the git-flow development model and tooling. You can find some
documentation about the model at the following URLs:

* https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
* https://danielkummer.github.io/git-flow-cheatsheet/

Concretly:

* Install gitflow
::
sudo dnf install gitflow

* Configure the git repo to follow the gitflow model (needed only once)
::
git flow init

Here are the information you want for it:
- production release branch: `master`
- development branch: `develop`
- feature branch prefix: `feature/`
- release branch prefix: `release/`
- hotfix branch prefix: `hotfix/`
- support branch prefix: `support/`
- tag prefix: <empty>

* Start the release process:
::
git flow release start <release number>

Page 19 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.