Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
fix(semantic-release): Add arx.cpp changes by semantic-release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Feb 23, 2022
1 parent b24cedd commit 5a4fa01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
build:
conda-build:

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ main ]

jobs:
build:
main:

runs-on: ubuntu-latest

Expand Down
6 changes: 5 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "conda/recipe/meta.yaml"],
"assets": [
"CHANGELOG.md",
"conda/recipe/meta.yaml",
"arx/src/arx.cpp"
],
"message": "chore(release): ${nextRelease.version}"
}
]
Expand Down
2 changes: 1 addition & 1 deletion conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
git_url: ../../

build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
number: 0
skip: True # [not linux]

requirements:
Expand Down

0 comments on commit 5a4fa01

Please sign in to comment.