diff --git a/.cz.json b/.cz.json index 260218527..25f56b9fa 100644 --- a/.cz.json +++ b/.cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_customize", - "version": "3.0.0", + "version": "3.0.1", "tag_format": "$major.$minor.$patch$prerelease", "version_type": "semver", "bump_message": "release $current_version \u2192 $new_version", diff --git a/.github/workflows/bd-fe.yml b/.github/workflows/bd-fe.yml index 7b13062b0..f411875ce 100644 --- a/.github/workflows/bd-fe.yml +++ b/.github/workflows/bd-fe.yml @@ -77,8 +77,9 @@ jobs: id: vars env: name: "${{ env.BRANCH_NAME }}" + environment: ${{ github.ref_name == 'main' && 'prd' || 'stg' }} run: | - echo "RELEASE_NAME=stg-${name/\//-}" >> $GITHUB_ENV + echo "RELEASE_NAME=${environment}-${name/\//-}" >> $GITHUB_ENV echo "DIST=$(date +%y%m%d-%H%M%S)" >> $GITHUB_ENV - name: 𐂷 Checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c2d8c1e..d335a2ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [3.0.1] - 2023-10-04 + +### 🐛 Bug Fixes + +- ***(front)*** Content padding/margin adjustments (#732/#721) + ## [3.0.0] - 2023-10-01 ### 💡 Features diff --git a/PRIVACY.md b/PRIVACY.md index 2f974ad98..8a3c0cdef 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -6,11 +6,13 @@ By accessing or using this website, you're happily agreeing to the terms laid ou 1. **Personal Information**: Rest assured, we don't collect personal details apart from browser and system information. We've gone to great lengths to remove any personally identifiable information from our Analytics and Error Logging tools (more on those below). This includes visitors' IP addresses and even the fancy-sounding `server_name`, which refers to your computer's network name. - 1. **[Plausible Analytics](https://plausible.io)** is our trusty sidekick for keeping track of pageviews and counting visitors. You might enjoy checking out the company's [delightful post about privacy policies](https://plausible.io/blog/privacy-policy-page#privacy-policy-examples), which inspired most of this document. For more specific details about Plausible's privacy practices, please see the [Third-Party Services](#third-party-services) section below. + 1. **[Plausible Analytics](https://plausible.io)** is our trusty sidekick for keeping track of pageviews and counting visitors. You might enjoy checking out the company's [delightful post about privacy policies](https://plausible.io/blog/privacy-policy-page#privacy-policy-examples), which inspired most of this document. We [publicly share analytics data](https://p.dgrebb.com/) for all to view :) + + For more specific details about Plausible's privacy practices, please see the [Third-Party Services](#third-party-services) section below. 2. **[Sentry.io](https://www.sentry.io)** comes to our rescue when it comes to capturing errors on both the client (browser) and server (500s, 400s, and 300s). Sentry helps diagnose problems with this site by capturing browser and system information. It even allows us to "playback" user interactions on the site, which is quite handy for figuring out broken code or user experience blunders. - Now, here's the thing: Sentry, by default, logs IP addresses. But fear not! We scrub this data before it reaches the sentry.io services and servers. The JavaScript responsible for this scrubbing is cleverly hidden away from evident view on main dgrebb.com pages. However, you can [view the source](https://www.wikihow.com/View-Source-Code) of our static [404 page](/404.html). In in the `
` (look for the `