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-61 Release version 1.0.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
    General
  • Targetted for
    1.0.0
  • Status
    Closed
  • Progress
  • Priority
    Must fix before next release
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
    2 hours
  • Time spent
    No time spent
    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
Majic Ansible Roles version 1.0.0 needs to be released.

The following actions should be performed:
# Determine if there are any outstanding issues blocking the release.
# Verify that documentation builds and looks correct.
# Test deployment of test site from scratch to make sure all roles behave correctly.
# Create release notes.
# Update versioning information in file '''conf.py''', and eventually any other files that may include role version information.
# Commit the changes:
git commits -m "Noticket: Preparing for release VERSION."
# Create annotated Git tag:
git tag --sign -a 1.0.0
# Change versioning information in '''conf.py''' to mark the documentation as belonging to development.
# Commit changes:
git commits -m "Noticket: Bumping version to VERSION-dev (switching back to development)."
# Verify GnuPG signatures:
git gpgcheck
git verify-tag 1.0.0
# Push the changes:
git push
git push origin 1.0.0
# Mark the version as released in issue tracker.
# Create maintenance/bugfix branch:
git checkout -b 1.0 1.0.0
git push origin 1.0
Todos (0 / 0)
Issue created