Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@arcteryx/arcteryx-navigation

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcteryx/arcteryx-navigation

## Deployment Pipeline

  • 1.0.0-beta.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
27
Maintainers
0
Weekly downloads
 
Created
Source

Arc'teryx Navigation

Deployment Pipeline

This project uses Bitbucket Pipelines for continuous integration and deployment. Below is a detailed description of our deployment setup, including the tools and libraries we use.

Pipeline Overview

Our Bitbucket pipeline is designed to automate various tasks such as building, testing, and deploying our application. The pipeline is configured to run different steps based on the branch being pushed to.

Branches

  1. main: The main branch is used for stable releases. Changes merged into this branch trigger the build and publish process.
  2. beta: The beta branch is used for pre-release versions. This allows us to test new features in a production-like environment before merging them into the main branch.

Tools and Libraries

  • Semantic Release: Automates the versioning and package publishing process.
  • SonarCloud: Provides code quality and security analysis.
  • Storybook: A tool for developing UI components in isolation.
  • AWS CLI: Command Line Interface for managing AWS services.
  • Prettier: An opinionated code formatter.
  • ESLint: A tool for identifying and fixing linting errors in JavaScript.

Testing and Deployment

  • Dry Run: Use the --dry-run flag with Semantic Release to test the release process without publishing.
    npx semantic-release --dry-run --debug
    
  • Feature Branches: Develop new features in feature branches and merge them into the beta branch for pre-release testing.
  • Pull Requests: Use pull requests to merge changes from feature branches to the beta branch and then to the main branch after successful testing.

By following this setup, we ensure a smooth and reliable deployment process, maintaining high code quality and stability.

Commit Message Conventions and Automated Releases

This project follows the Conventional Commits specification to maintain a consistent commit history and automate the release process using Semantic Release.

Tools and Setup

To enforce commit message conventions and automate releases, we use the following tools:

  • Husky: Manages Git hooks to run scripts before commits.
  • Commitlint: Lints commit messages to ensure they follow the Conventional Commits specification.
  • Semantic Release: Automates the versioning and release process.

FAQs

Package last updated on 27 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc