Releases: cgrindel/bazel-starlib
Releases · cgrindel/bazel-starlib
Release v0.5.0
What's Changed
- Update REAMDE.md for v0.4.1 by @cgrindel-app-token-generator in #92
- Updated to keith/buildifier-prebuilt 0.2.0. by @cgrindel in #94
- Implemented
markdown_check_links_test
. by @cgrindel in #98 - Changed call to runfiles
merge_all
tomerge
. by @cgrindel in #99 - Added .bazelrc to examples/markdown/simple. by @cgrindel in #102
- Add test workflow. by @cgrindel in #104
- Add verbose output for link checks and switched a relative link to absolute to avoid failure when run on MacOS Bazel 4.2.2. by @cgrindel in #103
- Removed job_resolution_test.yml and added timeout and flaky to link checks. by @cgrindel in #105
- Tag
markdown_check_links_test
asexclusive
to avoid failure on MacOS CI machines. by @cgrindel in #107 - Allow for a custom workspace name in generated workspace snippets. by @cgrindel in #109
Full Changelog: v0.4.1...v0.5.0
Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "75ede4943a0000661cab0a4495bd10ddfc45bc73df83677eb75f49202ea09a34",
strip_prefix = "bazel-starlib-0.5.0",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.5.0.tar.gz",
],
)
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
Release v0.4.1
What's Changed
- Update REAMDE.md for v0.4.0 by @cgrindel-app-token-generator in #90
- Added more tests to confirm alternate release tags are supported. by @cgrindel in #91
Full Changelog: v0.4.0...v0.4.1
Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "57453a08f932633375e630c1553f9e93c1edebe733836d4a6de6fd37c7869680",
strip_prefix = "bazel-starlib-0.4.1",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.4.1.tar.gz",
],
)
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
Release v0.4.0
What's Changed
- Update REAMDE.md for v0.3.2 by @cgrindel-app-token-generator in #78
- Updated bzlformat to use prebuilt buildtools by default. by @cgrindel in #75
- Added
scheduled_builds.yml
and updatedREADME.md
to point to scheduled builds. by @cgrindel in #80 - Removed scheduled_builds.yml and used event filter for badge. by @cgrindel in #81
- Updated workflow name. by @cgrindel in #82
- Fix broken markdown links and add markdown link check to CI. by @cgrindel in #84
- Relaxed the release tag restriction to not require a v prefix. by @cgrindel in #89
Full Changelog: v0.3.2...v0.4.0
Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "076843b8e51d8b3c06fba4dda42f74e0fc4ec52245680ddfb19c866b27573633",
strip_prefix = "bazel-starlib-0.4.0",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.4.0.tar.gz",
],
)
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
Release v0.3.2
What's Changed
- Update REAMDE.md for v0.3.1 by @cgrindel-app-token-generator in #68
- Fixed issues with documentation for
bazel-starlib
,bzlformat
,bazeldoc
. by @cgrindel in #69 - Upgrade to Bazel 5.0.0 by @cgrindel in #71
- Upgrade rules_bazel_integration_test 0.5.0 by @cgrindel in #72
- Added
@cgrindel_rules_bazel_integration_test//tools:update_deleted_packages
to update_all. by @cgrindel in #73 - Updates to
arrays.sh
: adddouble_quote_items
, add support multi-character delimiters tojoin_by
by @cgrindel in #77
Full Changelog: v0.3.1...v0.3.2
Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "fc2ee0fce914e3aee1a6af460d4ba1eed9d82e8125294d14e7d3f236d4a10a5d",
strip_prefix = "bazel-starlib-0.3.2",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.3.2.tar.gz",
],
)
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
Release v0.3.1
What's Changed
- Migrated to shared GitHub Action actions by @cgrindel in #64
- Document
bzlrelease
by @cgrindel in #66
Full Changelog: v999.0.0...v0.3.1
Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "9e054e423bb7674e02052e52725b41288369dd94efff963479f76fe269b5177f",
strip_prefix = "bazel-starlib-0.3.1",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.3.1.tar.gz",
],
)
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
load("@io_bazel_stardoc//:setup.bzl", "stardoc_repositories")
stardoc_repositories()
Release v0.3.0
What's Changed
- Update REAMDE.md for v0.2.1 by @cgrindel-app-token-generator in #60
- Added
updatesrc_diff_and_update
to defineupdatesrc_update
anddiff_test
targets by @cgrindel in #59 - Updated updatesrc's simple example so that it does not pollute the workspace directory. by @cgrindel in #61
Full Changelog: v0.2.1...v0.3.0
Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "5b36e7f11bf0c1d52480f1b022430611b402b5424979f280f13c52550de76584",
strip_prefix = "bazel-starlib-0.3.0",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.3.0.tar.gz",
],
)
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
load("@io_bazel_stardoc//:setup.bzl", "stardoc_repositories")
stardoc_repositories()
Release v0.2.1
What's Changed
- Update REAMDE.md for v0.2.0 by @cgrindel-app-token-generator in #50
- Update
bazeldoc
to useupdatesrc_update
by @cgrindel in #57 - Reapply fix from @worxli. by @cgrindel in #58
Full Changelog: v0.2.0...v0.2.1
Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "163a45d949fdb96b328bb44fe56976c610c6728c77118c6cd999f26cedca97eb",
strip_prefix = "bazel-starlib-0.2.1",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.2.1.tar.gz",
],
)
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
load("@io_bazel_stardoc//:setup.bzl", "stardoc_repositories")
stardoc_repositories()
Release v0.2.0
What's Changed
- Update REAMDE.md for v0.1.4 by @cgrindel-app-token-generator in #46
- Documented the release process and fixed defaults in release workflows and actions. by @cgrindel in #47
- Setup repository for other rulesets and migrate them by @cgrindel in #48
- Updated the documentation for all of the projects by @cgrindel in #49
Full Changelog: v0.1.4...v0.2.0
Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "238c05abf31447b93bd15b616c7413c4c719ee7b5e81c1489ca20f02ce628489",
strip_prefix = "bazel-starlib-0.2.0",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.2.0.tar.gz",
],
)
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
load("@io_bazel_stardoc//:setup.bzl", "stardoc_repositories")
stardoc_repositories()
Release v0.1.4
What's Changed
- Update REAMDE.md for v0.1.3 by @cgrindel-app-token-generator in #40
- Add
create_release.sh
utility that launches thecreate_release.yml
GA workflow. by @cgrindel in #41 - Organized release-related code under
bzlrelease
by @cgrindel in #45
Full Changelog: v0.1.3...v0.1.4
Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "d8159803745083d352cc6b941267724c7a5c09d952b0868bd90399036fb3ccde",
strip_prefix = "bazel-starlib-0.1.4",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.1.4.tar.gz",
],
)
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
load("@io_bazel_stardoc//:setup.bzl", "stardoc_repositories")
stardoc_repositories()
Release v0.1.3
What's Changed
- Add
workflow_dispatch
tocreate_release.yml
by @cgrindel in #17 - Add generate_release_notes macro for project-specific release notes generation by @cgrindel in #18
- Generate the entire workspace snippet using a template by @cgrindel in #19
- Added
assert_match
andassert_no_match
. by @cgrindel in #20 - Fixed embedding issues with
execute_binary
and addedbinary_pkg
by @cgrindel in #21 - Added
generate_workspace_snippet
macro and updatedgenerate_release_notes
. by @cgrindel in #23 - Implemented
update_readme.sh
andupdate_readme
macro by @cgrindel in #24 - Added update_readme.yml Github Actions workflow by @cgrindel in #25
- Fixed
update_readme.yml
and added missingstrip_prefix
togenerate_workspace_snippet
. by @cgrindel in #26 - Added PR creation and automerge when updating README.md by @cgrindel in #27
- Updated update_readme workflow to use app-generated token by @cgrindel in #33
- Update REAMDE.md for 0.1.3 by @cgrindel-app-token-generator in #34
- Update REAMDE.md for 0.1.3 by @cgrindel-app-token-generator in #36
- Update REAMDE.md for v0.1.3 by @cgrindel-app-token-generator in #37
- Tested and fixed
create_release.yml
workflow. by @cgrindel in #39
Full Changelog: v0.1.2...v0.1.3
Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "adf1fb53d504810e5685cf03172d48c2b60e8566ce7bad4642d6c45daff9533d",
strip_prefix = "bazel-starlib-0.1.3",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.1.3.tar.gz",
],
)
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
load("@cgrindel_bazel_doc//bazeldoc:deps.bzl", "bazeldoc_dependencies")
bazeldoc_dependencies()
load("@io_bazel_stardoc//:setup.bzl", "stardoc_repositories")
stardoc_repositories()