We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beddfe6 commit a9fdaa9Copy full SHA for a9fdaa9
README.md
@@ -113,6 +113,23 @@ $ tox
113
114
### Publishing
115
116
+**Create**
117
+
118
+1. Update the version number in `logfmter/__init__.py`.
119
120
+2. Add an entry in `HISTORY.md`.
121
122
+3. Commit the changes, tag the commit, and push the tags:
123
124
+ ```sh
125
+ $ git commit -am "v<major>.<minor>.<patch>"
126
+ $ git tag v<major>.<minor>.<patch>
127
+ $ git push --tags
128
+ ```
129
130
+4. Convert the tag to a release in GitHub with the history
131
+ entry as the description.
132
133
**Build**
134
135
```sh
0 commit comments