Commit Graph

63 Commits

Author SHA1 Message Date
Lukas Reining aa232a9d6a
feat: support Angular 20 (#1220)
Adds Angular 20 support.

This also remove the custom jest setup as it was not compatible with
Angular 20 and uses builtin support for vitest in Angular 20.
For this, Angular has been removed from the jest setup and the pipeline
runs it separately now.

Fixes #1206

---------

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
2025-07-25 18:48:38 +02:00
Todd Baert d3bca54979
chore: update workflows to node 20 (#1209)
I missed a few workflows when I updated the node version. We should
update these for consistency.

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2025-06-04 14:54:45 -04:00
Todd Baert 1f33453c23
chore: update node to v20+ (#1203)
node v18 is now EOL

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2025-05-29 19:38:31 +00:00
Lukas Reining aadc7a6636
fix: environment for npm publish (#1202)
Adds the environment for NPM publish step of the pipeline to the correct
job.

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
2025-05-27 23:51:57 +02:00
Todd Baert 2f55a36dca
chore: use publish env
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2025-04-16 12:27:46 -04:00
Michael Beemer 0587d8a5da
ci: add node 22 to test matrix (#1115)
## This PR

- adds node 22 to the test matrix

### Notes

Node 22 is the current active LTS version. We still should target Node
18 but test Node 22.

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2025-01-03 08:56:42 -05:00
Michael Beemer 39da1a9ba1
ci: add id token write permissions (#1090)
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2024-11-21 14:16:19 -05:00
Michael Beemer c97d6d1794
ci: add provenance statement to released artifacts (#1081)
## This PR

- add provenance statement to released artifacts 

### Notes

Snippet from the NPM docs:

> You can generate provenance statements for the packages you publish.
This allows you to publicly establish where a package was built and who
published a package, which can increase supply-chain security for your
packages.

It also adds a cool badge in NPM 😎 

### Resources

-
https://docs.npmjs.com/generating-provenance-statements#example-github-actions-workflow

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2024-11-20 14:36:08 -05:00
Todd Baert ef3ba2167a
chore: loosen peer dependency requirements, remove some ci automation (#1080)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2024-11-07 12:04:41 -05:00
Lukas Reining c1878e4eff
feat: remove node 16 (#875)
<!-- Please use this template for your pull request. -->
<!-- Please use the sections that you need and delete other sections -->

## This PR
<!-- add the description of the PR here -->

Removes Node 16 as it is deprecated.

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
2024-05-13 14:52:47 -04:00
Giovanni Liva ff52cb9835
ci: fix linting PR permissions (#828)
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
2024-02-22 11:45:33 -05:00
Mohamed V J 696bf4adb8
fix: use in memory provider for e2e suites (#740)
## This PR
Removes setup using Flagd Provider and uses In-Memory Provider

Fixes #712

---------

Signed-off-by: Mohamed V J <muhammed8089@gmail.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
2024-01-05 17:44:49 +00:00
Michael Beemer 8503689a2c
chore: fix typos in the release audit workflow
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2024-01-04 15:50:49 -05:00
Lukas Reining 3e3f3c862c
fix: missing checkout step in sbom generation (#713)
<!-- Please use this template for your pull request. -->
<!-- Please use the sections that you need and delete other sections -->

## This PR

SBOM generation failed because I forgot the checkout step.
This adds it.

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2023-12-11 22:13:08 +00:00
Lukas Reining cc9fe79c55
fix: SBOM generation (#688)
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
2023-11-27 13:11:58 -05:00
Lukas Reining 5845370045
feat: generate SBOM and attach to release artifacts (#672)
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
2023-11-27 11:07:37 -05:00
Todd Baert cb7d2be2c8
chore: update workflow to create patch versions
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2023-11-03 13:47:14 -04:00
Todd Baert c3ee90b2e0
feat: extract and publish core package (#629)
This PR addresses: https://github.com/open-feature/js-sdk/issues/616 by:

- configuring CI to release a new module (in addition to
server/web/react we now release the "core" module (previously called
"shared").
- adding a peer dep to the above module to server/web/react
- adding a workflow to ensure that `shared` is released ahead of
associated web/server/react changes, and which also auto-increments the
peer dep version when the core module is released
- unrelated `typedoc` improvements/updates

> [!NOTE]  
> I intend to create a new PR that will rename the dir structure
according to the packages... so `shared/` will become `core/` and
`client/` will become `web/`. I just didn't want to add confusion and
noise to this PR.

---------

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2023-10-31 17:03:37 +00:00
Todd Baert d8d7c03b42
chore: update OpenFeature Bot name
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2023-10-30 15:56:17 -04:00
Todd Baert a48900de2c
chore: signoff-release (#625)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2023-10-30 15:53:50 -04:00
Todd Baert 61c94b68b6
chore: update action to use PAT (#619)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2023-10-30 16:39:30 +00:00
renovate[bot] 89ee2cf950
chore(deps): update actions/setup-node action to v4 (#608)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://togithub.com/actions/setup-node) | action
| major | `v3` -> `v4` |

---

### Release Notes

<details>
<summary>actions/setup-node (actions/setup-node)</summary>

### [`v4`](https://togithub.com/actions/setup-node/compare/v3...v4)

[Compare
Source](https://togithub.com/actions/setup-node/compare/v3...v4)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-feature/js-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 20:39:59 +00:00
Michael Beemer 5b85706fda
ci: update repo to support merge queues (#605)
## This PR

- add merge queue trigger to pr check action
- add dco merge queue workaround

### Follow-up Tasks
`q
Enable merge queues in the repo.


https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>

---------

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2023-10-23 19:12:32 +00:00
renovate[bot] 8129020556
chore(deps): update actions/checkout action to v4 (#567)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
major | `v3` -> `v4` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400)

[Compare Source](https://togithub.com/actions/checkout/compare/v3...v4)

- [Support fetching without the --progress
option](https://togithub.com/actions/checkout/pull/1067)
-   [Update to node20](https://togithub.com/actions/checkout/pull/1436)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-feature/js-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-13 10:19:07 -04:00
Michael Beemer 00e11c5f1a
ci: improve pr title error message
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2023-09-21 13:02:13 -04:00
Todd Baert 4be22dd3f7
chore: node version matrix in ci (#470)
Similar to https://github.com/open-feature/js-sdk-contrib/issues/430

---------

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
2023-06-29 12:00:08 -04:00
Todd Baert 97fa63d87d
chore: rename integration tests e2e (#420)
These are end-to-end tests.

No functional changes. I did use `git mv` to try to preserve history as
best as possible.

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2023-05-04 14:00:07 -04:00
Moritz Wiesinger f40c1536c2
test: add client SDK integration tests (#400)
- implements all integration tests from the test harness for the client
package

Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Co-authored-by: Todd Baert <toddbaert@gmail.com>
2023-04-24 15:11:26 -04:00
Todd Baert 9caf987f62
docs: fix typedoc build process (#394) 2023-04-03 16:44:26 -04:00
RealAnna 55acc05b26
feat: add caching for pipelines (#384)
<!-- Please use this template for your pull request. -->
<!-- Please use the sections that you need and delete other sections -->

## This PR
<!-- add the description of the PR here -->

- adds npm caching in all pipelines, with cache setup node takes 5s
against 12s of before

![image](https://user-images.githubusercontent.com/89971034/227175858-703a6145-dced-425b-9ca1-19c7851c5b7a.png)


### Related Issues
<!-- add here the GitHub issue that this PR resolves if applicable -->

Fixes #310

### Notes
<!-- any additional notes for this PR -->
since 14 is now too old, we decided that 16 was the best version to
avoid breaking changes

---------

Signed-off-by: realanna <anna.reale@dynatrace.com>
2023-03-23 12:02:16 -04:00
Todd Baert 82e5fb32f3 chore: use "releases" in CI
Signed-off-by: Todd Baert <toddbaert@gmail.com>
2023-03-09 16:00:59 -05:00
Todd Baert 39c3b1638e
chore: monorepo conversion + experimental web sdk (#353)
This PR transfroms this repo into a monorepo, with server (exsiting),
client (new) and shared (new) packages.

There are no tests yet for the client. Publishing _should_ work but is
yet untested.

The experimental web SDK will be published as `0.0.1-experimental` and
features:

- native browser events
- "close" functionality (implemented in server as well)
- async context setting
- sync evaluation

Though we want `close` and `events` in the server SDK, they are not
implemented in this PR (though it would be very easy to do so and I've
left TODO's about it). **There are no functional changes in the server
SDK with this PR.**

Here is a [direct
link](https://github.com/open-feature/js-sdk/blob/experimental-web-sdk/README.md)
to the README.md changes.

**_I'm not expecting reviewers to go through this with a fine-toothed
comb. Most of the changes are just establishing the monorepo, and the
functional stuff in the new web-sdk is just experimental._**.

Closes: https://github.com/open-feature/js-sdk/issues/367

---------

Signed-off-by: Todd Baert <toddbaert@gmail.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2023-03-09 14:43:41 -05:00
Todd Baert 5c679d6fcd
chore: make publish experimental inc minor (#326)
Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-11-10 12:53:56 -05:00
Todd Baert 2a68128571
chore: fix publish experimental hash (#318)
Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-11-04 11:22:41 -04:00
dependabot[bot] 06b84029bd
chore(deps): bump amannn/action-semantic-pull-request from 4 to 5 (#272)
Bumps
[amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request)
from 4 to 5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/amannn/action-semantic-pull-request/releases">amannn/action-semantic-pull-request's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v4.6.0...v5.0.0">5.0.0</a>
(2022-10-11)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>Enum options need to be newline delimited (to allow whitespace
within them) (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/205">#205</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>Enum options need to be newline delimited (to allow whitespace
within them) (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/205">#205</a>)
(<a
href="c906fe1e5a">c906fe1</a>)</li>
</ul>
<h2>v4.6.0</h2>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v4.5.0...v4.6.0">4.6.0</a>
(2022-09-26)</h2>
<h3>Features</h3>
<ul>
<li>Provide error messages as <code>outputs.error_message</code> (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/194">#194</a>)
(<a
href="880a3c061c">880a3c0</a>)</li>
</ul>
<h2>v4.5.0</h2>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v4.4.0...v4.5.0">4.5.0</a>
(2022-05-04)</h2>
<h3>Features</h3>
<ul>
<li>Add <code>disallowScopes</code> option (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/179">#179</a>)
(<a
href="6a7ed2d504">6a7ed2d</a>)</li>
</ul>
<h2>v4.4.0</h2>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v4.3.0...v4.4.0">4.4.0</a>
(2022-04-22)</h2>
<h3>Features</h3>
<ul>
<li>Add options to pass custom regex to conventional-commits-parser (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/177">#177</a>)
(<a
href="956659ae00">956659a</a>)</li>
</ul>
<h2>v4.3.0</h2>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v4.2.0...v4.3.0">4.3.0</a>
(2022-04-13)</h2>
<h3>Features</h3>
<ul>
<li>Add <code>ignoreLabels</code> option to opt-out of validation for
certain PRs (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/174">#174</a>)
(<a
href="277c2303f9">277c230</a>)</li>
</ul>
<h2>v4.2.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md">amannn/action-semantic-pull-request's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v4.4.0...v4.5.0">4.5.0</a>
(2022-05-04)</h2>
<h3>Features</h3>
<ul>
<li>Add <code>disallowScopes</code> option (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/179">#179</a>)
(<a
href="6a7ed2d504">6a7ed2d</a>)</li>
</ul>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v4.3.0...v4.4.0">4.4.0</a>
(2022-04-22)</h2>
<h3>Features</h3>
<ul>
<li>Add options to pass custom regex to conventional-commits-parser (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/177">#177</a>)
(<a
href="956659ae00">956659a</a>)</li>
</ul>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v4.2.0...v4.3.0">4.3.0</a>
(2022-04-13)</h2>
<h3>Features</h3>
<ul>
<li>Add <code>ignoreLabels</code> option to opt-out of validation for
certain PRs (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/174">#174</a>)
(<a
href="277c2303f9">277c230</a>)</li>
</ul>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v4.1.0...v4.2.0">4.2.0</a>
(2022-02-08)</h2>
<h3>Features</h3>
<ul>
<li>Add opt-in validation that PR titles match a single commit (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/160">#160</a>)
(<a
href="c05e3587cb">c05e358</a>)</li>
</ul>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v4.0.1...v4.1.0">4.1.0</a>
(2022-02-04)</h2>
<h3>Features</h3>
<ul>
<li>Check if the PR title matches the commit title when single commits
are validated to avoid surprises (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/158">#158</a>)
(<a
href="f1216e9607">f1216e9</a>)</li>
</ul>
<h3><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v4.0.0...v4.0.1">4.0.1</a>
(2022-02-03)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>Upgrade dependencies (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/156">#156</a>)
(<a
href="16c6cc670b">16c6cc6</a>)</li>
</ul>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v3.7.0...v4.0.0">4.0.0</a>
(2022-02-02)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>dropped support for node &lt;=15</li>
</ul>
<h3>Features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5369185dc9"><code>5369185</code></a>
chore: Release 5.0.0 [skip ci]</li>
<li><a
href="c906fe1e5a"><code>c906fe1</code></a>
feat!: Enum options need to be newline delimited (to allow whitespace
within ...</li>
<li><a
href="b314c1bec3"><code>b314c1b</code></a>
docs: Improve example for composing outputs (<a
href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/206">#206</a>)</li>
<li>See full diff in <a
href="https://github.com/amannn/action-semantic-pull-request/compare/v4...v5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=amannn/action-semantic-pull-request&package-manager=github_actions&previous-version=4&new-version=5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2022-10-14 08:02:28 -04:00
Michael Beemer 198336b098
feat: add typedoc support (#268)
This PR
Generates documentation based on TypeScript types and deploys the docs
using GH pages.

How to test
This was tested in a fork. The generated GH page can be seen
[here](https://beeme1mr.github.io/js-sdk/).

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2022-10-11 15:41:22 -04:00
Todd Baert 9a9950d9f0
chore: add integration tests (#225)
Add integration test suite.

Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-10-03 12:32:44 -04:00
dependabot[bot] 1dd07b1ef2
chore(deps): bump actions/checkout from 2 to 3 (#231)
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 13:23:07 -04:00
Todd Baert fd705d78b4
Add Token to exp publish
Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-07-29 14:03:02 -04:00
Todd Baert 51e0e89fed
Checkout PR in exp publish
Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-07-29 14:00:21 -04:00
Todd Baert 66ed1b1a56
chore: Add experimental publish (#105) (#111)
Add experimental publish

Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-07-23 11:31:55 -04:00
Todd Baert b4abd0da17
chore: Adding experimental tag (#104)
Adding experimental tag

Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-07-22 16:01:59 -04:00
Todd Baert 4742ef14cc
fix: Fix publish command (#103)
Fix publish command

Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-07-22 15:49:52 -04:00
Todd Baert 0a7a5ec562
fix: Dont push experiemental branches (#101)
Dont push experiemental branches

Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-07-22 15:41:12 -04:00
Todd Baert cfa138bd20
chore: Adding release plz (#98)
Adding release plz

Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-07-22 15:10:05 -04:00
Todd Baert a7897a2c5b
Manual versioning (#97)
Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-07-22 14:55:28 -04:00
Todd Baert 009df6f0db
Release with manual tags (#96)
Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-07-22 14:46:10 -04:00
Todd Baert 5d5331ae90
chore: Add tags (#95)
Add tags

Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-07-22 13:38:25 -04:00
Todd Baert d1112aaa62
chore: Delete tags (#94)
Delete tags

Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-07-22 13:32:22 -04:00
Todd Baert ea4fc97d98
chore: Use create type (#93)
Signed-off-by: Todd Baert <toddbaert@gmail.com>
2022-07-22 13:00:34 -04:00