v0.2.0
gsm.utils v0.2.0
This is a major update of the gsm.utils package. It introduces:
- A full suite of CI/CD pipelines.
- Improved templates and documentation for contributors.
- More robust utility functions for setting up and maintaining GSM ecosystem packages.
The changes focus heavily on package developer experience, contributor onboarding, workflow automation, and ensuring the package is well integrated into an organization-wide standard for building and maintaining GSM suite of packages.
New features
- GitHub Actions workflows for example framework and building and attaching R package source tarballs to GitHub releases.
- Updated README.
- Initialized pkgdown website.
- Refactored utility functions for package and template management:
init_gsm_package(),update_gsm_package(),add_gsm_issue_templates(),add_gsm_actions(),add_contributor_guidelines(),add_pkgdown_examples(). - Added versioning system for GitHub Actions templates** (#36)
What's Changed
- Implement standard pkgdown/examples framework by Jeremy Wildfire (@jwildfire) in #24
- Test pkgdown build by Jeremy Wildfire (@jwildfire) in #26
- Remove test coverage and styling GHAs by Natalia Andriychuk (@nandriychuk) in #32
- Update r_releaser.yaml by Anne Zheng (@annezheng2) in #18
- Add GHA versioning system by Jeremy Wildfire (@jwildfire) in #37
New Contributors
- Jeremy Wildfire (@jwildfire) made their first contribution in #24
- Anne Zheng (@annezheng2) made their first contribution in #18
Full Changelog: v0.1.0...v0.2.0