-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #188 from markshuttle/patch-1
Small text cleanups for README and charmcraft help
- Loading branch information
Showing
13 changed files
with
464 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,11 @@ | |
|
||
In the interest of fostering an open and welcoming environment, we as | ||
contributors and maintainers pledge to make participation in our project and | ||
our community a harassment-free experience for everyone, regardless of age, body | ||
size, disability, ethnicity, sex characteristics, gender identity and expression, | ||
level of experience, education, socio-economic status, nationality, personal | ||
appearance, race, religion, or sexual identity and orientation. | ||
our community a harassment-free experience for everyone, regardless of age, | ||
body size, disability, ethnicity, sex characteristics, gender identity and | ||
expression, level of experience, education, socio-economic status, | ||
nationality, personal appearance, race, religion, or sexual identity and | ||
orientation. | ||
|
||
## Our Standards | ||
|
||
|
@@ -23,25 +24,25 @@ include: | |
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic | ||
address, without explicit permission | ||
address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
professional setting | ||
|
||
## Our Responsibilities | ||
|
||
Project maintainers are responsible for clarifying the standards of acceptable | ||
behavior and are expected to take appropriate and fair corrective action in | ||
response to any instances of unacceptable behavior. | ||
Project maintainers are responsible for clarifying the standards of | ||
acceptable behavior and are expected to take appropriate and fair corrective | ||
action in response to any instances of unacceptable behavior. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or | ||
reject comments, commits, code, wiki edits, issues, and other contributions | ||
that are not aligned to this Code of Conduct, or to ban temporarily or | ||
permanently any contributor for other behaviors that they deem inappropriate, | ||
threatening, offensive, or harmful. | ||
permanently any contributor for other behaviors that they deem | ||
inappropriate, threatening, offensive, or harmful. | ||
|
||
## Scope | ||
|
||
|
@@ -55,22 +56,25 @@ further defined and clarified by project maintainers. | |
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior | ||
may be reported by contacting the project team at | ||
[email protected]. All complaints will be reviewed and | ||
investigated and will result in a response that is deemed necessary | ||
and appropriate to the circumstances. The project team is obligated to | ||
maintain confidentiality with regard to the reporter of an incident. | ||
Further details of specific enforcement policies may be posted | ||
separately. | ||
may be reported by contacting the project team at: | ||
|
||
`[email protected]` | ||
|
||
All complaints will be reviewed and investigated and will result in a | ||
response that is deemed necessary and appropriate to the circumstances. The | ||
project team is obligated to maintain confidentiality with regard to the | ||
reporter of an incident. Further details of specific enforcement policies | ||
may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good | ||
faith may face temporary or permanent repercussions as determined by other | ||
members of the project's leadership. | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, | ||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html | ||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], | ||
version 1.4, available at | ||
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html | ||
|
||
[homepage]: https://www.contributor-covenant.org | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
|
||
Release early, release often. Don't be lazy. | ||
|
||
To use this doc: just replace X.Y.Z with the major.minor.patch version | ||
of the release, and all commands and indications should be ready | ||
to copy and paste,. | ||
To use this doc: just replace X.Y.Z with the major.minor.patch version of | ||
the release. The sequence of commands below should be good to copy and | ||
paste, but do please pay attention to details! | ||
|
||
|
||
## Preparation | ||
|
@@ -21,7 +21,7 @@ to copy and paste,. | |
|
||
git checkout -b release-X.Y.Z | ||
|
||
- create release notes after all main changes from last tag | ||
- create release notes after all main changes from last tag | ||
|
||
git log --first-parent master --decorate | ||
|
||
|
@@ -66,10 +66,13 @@ to copy and paste,. | |
- release in Github | ||
|
||
xdg-open https://github.com/canonical/charmcraft/tags | ||
(you should see all project tags, the top one should be this release's one) | ||
In the menu at right of the tag tag you just created, choose 'create release' | ||
Copy the release notes into the release description | ||
|
||
You should see all project tags, the top one should be this release. | ||
In the menu at right of the tag tag you just created, choose 'create | ||
release'. Copy the release notes into the release description. | ||
|
||
Attach the `dist/` files | ||
|
||
Click on "Publish release" | ||
|
||
- release to PyPI | ||
|
@@ -86,16 +89,16 @@ to copy and paste,. | |
|
||
- verify all archs are consistent: | ||
|
||
snapcraft status charmcraft | ||
snapcraft status charmcraft | ||
|
||
|
||
## Final details | ||
|
||
- update IRC channel topic | ||
|
||
- send a mail with "Release X.Y.Z" title and release notes in the body to | ||
- send a mail with "Release X.Y.Z" title and release notes in the body to | ||
|
||
[email protected] | ||
[email protected] | ||
|
||
- write a new post in Discourse about the release: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.