Skip to content

Commit 297f4ac

Browse files
authored
Merge pull request #443 from stan-dev/fix-release-add-all-untracked-files
Removed .png from .gitignore, make sure release adds all untracked fi…
2 parents 13e114d + 21fd2f8 commit 297f4ac

67 files changed

Lines changed: 17306 additions & 6116 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
make github
5656
cd ..
5757
58-
git commit -m "release/v${{ github.event.inputs.new_version }}: updating version numbers" -a
58+
git add .
59+
git commit -m "release/v${{ github.event.inputs.new_version }}: updating version numbers"
5960
git push -u origin release/v${{ github.event.inputs.new_version }}
6061
6162
- name: Merge into develop

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ travis.yml
1010
.pytest_cache
1111
dist
1212
htmlcov
13-
*.png
1413
docsrc/_build
1514
.idea
1615
.DS_Store
4.54 KB
Loading

docs/_modules/cmdstanpy/model.html

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

docs/_modules/cmdstanpy/stanfit.html

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

docs/_modules/cmdstanpy/utils.html

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

docs/_sources/api.rst.txt

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

docs/_sources/hello_world.rst.txt

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

docs/_sources/index.rst.txt

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

0 commit comments

Comments
 (0)