1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
---
name: Question
about: I have a question about Python Semantic Release
labels:
- question
- triage
---
## Question
<!--
Please include a clear and concise description of what you want to know or your desired outcome
-->
### Configuration
<!--
If you are trying to get your configuration to work, please include your current
semantic-release configuration.
-->
<details>
<summary>Semantic Release Configuration</summary>
```toml
```
</details>
## Additional context
<!-- Please include any logs or additional context that might help us answer your question -->
<!-- If you have a problem with version determination, we need a snapshot
of the git log prior to the version command. -->
<details>
<summary><code>git log --oneline --decorate --graph --all -n 50</code></summary>
```log
```
</details>
|