Skip to content

Commit

Permalink
feat:semver (#42)
Browse files Browse the repository at this point in the history
* feat:semver

* feat:semver
  • Loading branch information
JarbasAl authored Oct 25, 2024
1 parent ea0078b commit 95d1de9
Show file tree
Hide file tree
Showing 14 changed files with 187 additions and 421 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/requirements" # Location of package manifests
schedule:
interval: "weekly"
10 changes: 10 additions & 0 deletions .github/workflows/conventional-label.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# auto add labels to PRs
on:
pull_request_target:
types: [ opened, edited ]
name: conventional-release-labels
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: bcoe/conventional-release-labels@v1
18 changes: 0 additions & 18 deletions .github/workflows/dev2master.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/publish_alpha.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/publish_build.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/publish_major.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/publish_minor.yml

This file was deleted.

Loading

0 comments on commit 95d1de9

Please sign in to comment.