Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
add a warning about not using CI-skip syntax in commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Oct 9, 2019
1 parent f215eb3 commit 5b2e210
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,16 @@ Steps to release a new version:
1. Push the release note changes to a new branch `releasing-x`;
1. Send a pull request from `releasing-x` to `dev`;
1. Check CI tests outcome, check changelog, accept the pull request;
1. Tag the latest commit of `dev`;
1. Tag the latest commit of `dev` (make sure that commit is not [skip][gitlab-ci-skip]ped, as this will subsequently [skip the tag build][tag-ci-skip-issue]);
1. Once the tag has been pushed to GitHub, run [chandler][chandler] to synchronise the changelog with the published release on GitHub
1. the `pip stage` will be triggered in CI, there should be a wheel ready;
1. Publish the pip wheel on [PyPI test server][pypi-test];
1. Inspect testing front page, make sure everything looks fine, links work, etc.;
1. Push pip wheel to release (warning: not revertible);
1. Merge `dev` to `master` (archiving the new version).

[tag-ci-skip-issue]: https://gitlab.com/gitlab-org/gitlab/issues/18798
[gitlab-ci-skip]: https://docs.gitlab.com/ee/ci/yaml/README.html#skipping-jobs
[chandler]: https://github.com/mattbrictson/chandler
[pep440]: https://www.python.org/dev/peps/pep-0440/
[changelog]: CHANGELOG.md
Expand Down

0 comments on commit 5b2e210

Please sign in to comment.