Changelog
lozen 1.3.0
Major
-
init_project_with_all()
can initiate a repository based on a configuration file- On GitLab for package, book and golem
- On GitHub for package
- Modify vignettes to make them more user-friendly
- CI/CD works for:
- A R package : deployment of the pkgdown can be made on Gitlab Pages / Posit Connect
- A golem shiny app : deployment of the pkgdown can be made on Gitlab Pages / deployment of the app on Posit Connect
- A bookdown : a book compiled with either pagedown::paged_template or bookdown::bs4_book can be deployed on Gitlab Pages / Posit Connect
lozen 1.1.0
Major
- Allow requests on the new GitHub board (GraphQL API)
- Move issues and comments from GitLab to Github with
move_issues_from_gitlab_to_github()
(#118)
lozen 1.0.0
Use the former version of {thinkridentity}
as a new basis for {lozen}
- remove everything related to the management of the design graphic system
Major
- Use a fusen-style for the package
- Add functions to manage templates of issues in GitLab and GitHub
- Add a function to generate an issue to be presented to the client during the kick-off on the mission
- Remove the function
multilist_to_tibble()
and move it to gitlabr
Minor
- Allow weekly/daily to present the issues created and validated today
- Allow url of Connect to not have
/
at the end
Archive: former versions of {thinkridentity}
0.0.3.9000
Breaking changes
-
add_gitlab_templates()
renamed byadd_git_templates()
Major
- Add
add_issue_clients_github()
for the welcome issue on GitHub - Update instructions for delivery in “dev_history_deliverables.R”
- Add instructions to deploy to connect from CI in “dev_history_connect.R”