Skip to content

Commit 68e78f9

Browse files
committed
create changelog for release
1 parent ff44eb7 commit 68e78f9

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: prettier
3535
types_or: [yaml, markdown]
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.11.6
37+
rev: v0.11.7
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --exit-non-zero-on-fix, --output-format=full]

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@
77
# Version 0.1
88

99
Initial release of the bsyncr package from 2021, which was not previously tagged on GitHub.
10+
11+
## What's Changed
12+
13+
- Feat/updates for seed by @corymosiman12 in https://github.com/BuildingSync/bsyncr/pull/2
14+
- Add models by @macintoshpie in https://github.com/BuildingSync/bsyncr/pull/3
15+
16+
## New Contributors
17+
18+
- @macintoshpie made their first contribution in https://github.com/BuildingSync/bsyncr/pull/3
19+
20+
**Full Changelog**: https://github.com/BuildingSync/bsyncr/commits/v0.1.0

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ styler::style_dir()
4545
```
4646

4747
- Create a branch with the prepared release change log.
48-
- Make sure the rnoaa and nmecr versions in `setup_environment.R` and ` are correct.
49-
- Update version in bsync.RProj and DESCRIPTION to the next correct semantic version
50-
- Make sure the DESCRIPTION has the correct version of the dependencies
5148
- For testing purposes, make sure the versions of NMECR and RNOAA are correct in the `setup_environment.R` script
49+
- Update version in `DESCRIPTION` to the next correct semantic version
50+
- Make sure the `DESCRIPTION` has the correct version of the dependencies
5251
- Create CHANGELOG in GitHub, paste in updates into CHANGELOG.md
52+
- Run `pre-commit` locally
5353
- Merge release prep PR to develop
54-
- Test
54+
- Test as needed
5555
- To release, from the command line merge latest develop into latest main: :code:`git merge --ff-only origin develop`. This will point the HEAD of main to latest develop. Then push the main branch to GitHub with :code:`git push`, which may require a developer with elevated privileges to push to main.
5656
- Back on GitHub create a new tag in GitHub against main and copy the change log notes into the tag description.
57-
- Tag on GitHub, copy over the correct version (format v0.1.0) and CHANGELOG content.
57+
- Tag on GitHub, copy over the correct version (format vX.Y.Z) and CHANGELOG content.
5858

5959
## TODO
6060

0 commit comments

Comments
 (0)