1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-02-21 21:53:57 +01:00

update links and ignores

This commit is contained in:
jan 2023-02-23 15:18:10 +01:00
parent 37d4dde1d6
commit a22c46ba14
2 changed files with 3 additions and 4 deletions

View file

@ -3,8 +3,7 @@
^tools*$ ^tools*$
^\.travis\.yml$ ^\.travis\.yml$
^appveyor\.yml$ ^appveyor\.yml$
^CONDUCT\.md$
^codecov\.yml$ ^codecov\.yml$
^\.lintr$
^opensensmapr_.*\.tar\.gz$ ^opensensmapr_.*\.tar\.gz$
^cran-comments\.md$ ^cran-comments\.md$
^CRAN-SUBMISSION$

View file

@ -59,7 +59,7 @@ devtools::install_github('sensebox/opensensmapr@development') # bleeding edge ve
## Changelog ## Changelog
This project adheres to semantic versioning, for changes in recent versions please consult [CHANGES.md](CHANGES.md). This project adheres to semantic versioning, for changes in recent versions please consult [NEWS.md](NEWS.md).
## Contributing & Development ## Contributing & Development
@ -106,7 +106,7 @@ To create a release:
0. make sure you are on master branch 0. make sure you are on master branch
1. run the tests and checks as described above 1. run the tests and checks as described above
2. bump the version in `DESCRIPTION` 2. bump the version in `DESCRIPTION`
3. update `CHANGES.md` 3. update `NEWS.md`
3. rebuild the documentation: `R -e 'devtools::document()'` 3. rebuild the documentation: `R -e 'devtools::document()'`
4. build the package again with the new version: `R CMD build . --no-build-vignettes` 4. build the package again with the new version: `R CMD build . --no-build-vignettes`
5. tag the commit with the new version: `git tag v0.5.0` 5. tag the commit with the new version: `git tag v0.5.0`