Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
39bbd5e79c | |||
f0eea4a9fb | |||
8799ea99c4 | |||
79845f7697 |
@ -27,7 +27,7 @@ default_bump_level = 0
|
|||||||
name = "origin"
|
name = "origin"
|
||||||
type = "gitea"
|
type = "gitea"
|
||||||
domain = "https://gitea.psi.ch"
|
domain = "https://gitea.psi.ch"
|
||||||
ignore_token_for_push = false
|
ignore_token_for_push = true
|
||||||
|
|
||||||
[tool.semantic_release.remote.token]
|
[tool.semantic_release.remote.token]
|
||||||
env = "GITHUB_TOKEN"
|
env = "GITHUB_TOKEN"
|
||||||
|
@ -18,7 +18,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ssh-key: ${{ secrets.SEMANTIC_RELASE_SSH_KEY }}
|
||||||
|
ssh-known-hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
|
||||||
- name: run_release
|
- name: run_release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
run: pipx run python-semantic-release -c .gitea/semantic_release.toml version
|
run: pipx run python-semantic-release --no-vcs-release -c .gitea/semantic_release.toml version
|
@ -1,10 +1,7 @@
|
|||||||
_exclude:
|
# repo config
|
||||||
- ".gitea/"
|
_subdirectory: template
|
||||||
- ".git/"
|
|
||||||
- "CHANGELOG.md"
|
|
||||||
- "copier.yml"
|
|
||||||
# imports
|
|
||||||
|
|
||||||
|
# imports
|
||||||
_jinja_extensions:
|
_jinja_extensions:
|
||||||
- bec_lib.utils.copier_jinja_filters.CopierFilters
|
- bec_lib.utils.copier_jinja_filters.CopierFilters
|
||||||
|
|
||||||
|
0
.gitignore → template/.gitignore
vendored
0
.gitignore → template/.gitignore
vendored
0
template/{{project_name}}/services/__init__.py
Normal file
0
template/{{project_name}}/services/__init__.py
Normal file
Reference in New Issue
Block a user