Skip to content

Commit 0111776

Browse files
authored
ci: Tag every commit (#2)
* ci: Tag every commit * docs: Drop unused document
1 parent 1bf3fe4 commit 0111776

File tree

4 files changed

+27
-17
lines changed

4 files changed

+27
-17
lines changed

.github/workflows/tag.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Tag every commit
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
steps:
14+
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: '0'
17+
- uses: anothrNick/github-tag-action@v1
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
20+
TAG_PREFIX:
21+
INITIAL_VERSION: 1.1.0
22+
PRERELEASE: true
23+
PRERELEASE_SUFFIX: a

docs/changelog.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ Change Log
1919
2020
Change log here.
2121
22-
Version 1.x
23-
===========
22+
.. warning::
2423

25-
.. version:: 1.0a0
26-
:date: 2025-02-10
24+
Currently, this extension is only used internally in `Sphinx Notes`__ and
25+
**NO stable version available**.
2726

28-
Alpha version~
27+
__ https://sphinx.silverrainz.me/

docs/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ Then, add the extension name to ``extensions`` configuration item in your
7272

7373
.. ADDITIONAL CONTENT START
7474
75-
Check out :doc:`usage` for all available directives.
76-
7775
.. ADDITIONAL CONTENT END
7876
7977
Contents
@@ -82,7 +80,6 @@ Contents
8280
.. toctree::
8381
:caption: Contents
8482

85-
usage
8683
changelog
8784

8885
The Sphinx Notes Project

docs/usage.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)