Skip to content

Commit 157fead

Browse files
authored
Prepare initial release
1 parent 2c4b6fd commit 157fead

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
- "gh-pages/*"
88
- "main"
99
- "master"
10-
pull_request:
11-
branches-ignore:
12-
- 'main'
13-
- "master"
1410
schedule:
1511
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
1612
- cron: "0 0 1/7 * *"

doc/changelog.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
📝 Changelog
2-
=============
2+
+++++++++++++
33

4-
.. figure:: _static/nothing-to-see-here.png
5-
:alt: nothing to see here
6-
:target: https://imgflip.com/i/2a7gqa
4+
..
5+
scriv-insert-here
76
8-
source: `imgflip.com <https://imgflip.com/>`_
7+
.. _changelog-0.1.0:
8+
9+
0.1.0 — 2022-11-25
10+
==================
11+
12+
✨ Initial release

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,8 @@ module = [
7373
"test.integration.*",
7474
]
7575
ignore_errors = true
76+
77+
[tool.scriv]
78+
new_fragment_template = "file: templates/fragment-template.rst"
79+
output_file = "doc/changelog.${config:format}"
80+
version = "literal: pyproject.toml: tool.poetry.version"

0 commit comments

Comments
 (0)