Majic Projects
Majic Ansible Roles
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Majic Ansible Roles / Closed Task MAR-93 Release version 1.4.0
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Task
  • Category
    Not determined
  • Targetted for
    1.4.0
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    3 hours
  • Time spent
    2 hours
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

The following actions should be performed:

  1. Make sure you are on branch master:

    git checkout master
  2. Determine if there are any outstanding issues blocking the release.

  3. Verify that documentation builds and looks correct.

  4. Test deployment of test site from scratch to make sure all roles behave correctly.

  5. Create release notes.

  6. Update versioning information in file conf.py, and eventually any other files that may include role version information.

  7. Commit the changes:

    git commits -m "MAR-XX: Preparing for release 1.4.0."
  8. Create annotated Git tag:

    git tag --sign -a 1.4.0
  9. Change versioning information in conf.py to mark the documentation as belonging to development.

  10. Commit changes:

    git commits -m "Noticket: Bumping version to 1.4-dev (switching back to development)."
  11. Verify GnuPG signatures:

    git gpgcheck
    git verify-tag 1.4.0
  12. Push the changes:

    git push
    git push origin 1.4.0
  13. Mark the version as released in issue tracker.

  14. Create maintenance/bugfix branch:

    git checkout -b 1.4 1.4.0
    git push origin 1.4
Todos (0 / 0)
There are no comments